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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
2 -I$(top_builddir) -I$(top_builddir)/libxslt \
3 -I$(top_builddir)/libexslt
4
5 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
6
7 lib_LTLIBRARIES = libexslt.la
8
9 exsltincdir = $(includedir)/libexslt
10
11 exsltinc_HEADERS = \
12 exslt.h \
13 exsltconfig.h \
14 exsltexports.h
15
16 libexslt_la_SOURCES = \
17 exslt.c \
18 common.c \
19 crypto.c \
20 math.c \
21 sets.c \
22 functions.c \
23 strings.c \
24 date.c \
25 saxon.c \
26 libexslt.h \
27 dynamic.c
28
29 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS)
30 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO)
31
32 man_MANS = libexslt.3
33
34 EXTRA_DIST = $(man_MANS)
OLDNEW
« 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