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

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

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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/src/libexslt.pc.in ('k') | third_party/libxslt/src/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
(...skipping 15 matching lines...) Expand all
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) $(M_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/src/libexslt.pc.in ('k') | third_party/libxslt/src/libexslt/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698