Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: third_party/libxslt/libexslt/Makefile.am

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/configure.in ('k') | third_party/libxslt/libexslt/common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libexslt/Makefile.am
diff --git a/third_party/libxslt/libexslt/Makefile.am b/third_party/libxslt/libexslt/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..0e92e51b6d7eb306229b66bca4d0c074f6d3612d
--- /dev/null
+++ b/third_party/libxslt/libexslt/Makefile.am
@@ -0,0 +1,34 @@
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
+ -I$(top_builddir) -I$(top_builddir)/libxslt \
+ -I$(top_builddir)/libexslt
+
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
+
+lib_LTLIBRARIES = libexslt.la
+
+exsltincdir = $(includedir)/libexslt
+
+exsltinc_HEADERS = \
+ exslt.h \
+ exsltconfig.h \
+ exsltexports.h
+
+libexslt_la_SOURCES = \
+ exslt.c \
+ common.c \
+ crypto.c \
+ math.c \
+ sets.c \
+ functions.c \
+ strings.c \
+ date.c \
+ saxon.c \
+ libexslt.h \
+ dynamic.c
+
+libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYPT_LIBS)
+libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_INFO)
+
+man_MANS = libexslt.3
+
+EXTRA_DIST = $(man_MANS)
« no previous file with comments | « third_party/libxslt/configure.in ('k') | third_party/libxslt/libexslt/common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698