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

Side by Side Diff: third_party/libxslt/libexslt/Makefile.am

Issue 2777943003: Roll libxslt to ac341cbd792ee572941cc9a66e73800219a1a386 (Closed)
Patch Set: Update README.chromium. Created 3 years, 8 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/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \ 1 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
2 -I$(top_builddir) -I$(top_builddir)/libxslt \ 2 -I$(top_builddir) -I$(top_builddir)/libxslt \
3 -I$(top_builddir)/libexslt 3 -I$(top_builddir)/libexslt
4 4
5 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS) 5 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
6 6
7 lib_LTLIBRARIES = libexslt.la 7 lib_LTLIBRARIES = libexslt.la
8 8
9 exsltincdir = $(includedir)/libexslt 9 exsltincdir = $(includedir)/libexslt
10 10
11 exsltinc_HEADERS = \ 11 exsltinc_HEADERS = \
12 exslt.h \ 12 exslt.h \
13 exsltexports.h 13 exsltexports.h
14 nodist_exsltinc_HEADERS = \ 14 nodist_exsltinc_HEADERS = \
15 exsltconfig.h 15 exsltconfig.h
16 16
17 libexslt_la_SOURCES = \ 17 libexslt_la_SOURCES = \
18 exslt.c \ 18 exslt.c \
19 common.c \ 19 common.c \
20 crypto.c \ 20 crypto.c \
21 math.c \ 21 math.c \
22 sets.c \ 22 sets.c \
23 functions.c \ 23 functions.c \
24 strings.c \ 24 strings.c \
25 date.c \ 25 date.c \
26 saxon.c \ 26 saxon.c \
27 libexslt.h \ 27 libexslt.h \
28 dynamic.c 28 dynamic.c
29 29
30 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS) 30 libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) $(LIBGCRYP T_LIBS) $(M_LIBS)
31 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO) 31 libexslt_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -version-info $(LIBEXSLT_VERSION_IN FO)
32 32
33 man_MANS = libexslt.3 33 man_MANS = libexslt.3
34 34
35 EXTRA_DIST = $(man_MANS) 35 EXTRA_DIST = $(man_MANS)
OLDNEW
« no previous file with comments | « third_party/libxslt/configure.in ('k') | third_party/libxslt/libexslt/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698