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

Side by Side Diff: third_party/libxslt/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/libexslt.pc.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
(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 exsltexports.h
14 nodist_exsltinc_HEADERS = \
15 exsltconfig.h
16
17 libexslt_la_SOURCES = \
18 exslt.c \
19 common.c \
20 crypto.c \
21 math.c \
22 sets.c \
23 functions.c \
24 strings.c \
25 date.c \
26 saxon.c \
27 libexslt.h \
28 dynamic.c
29
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)
32
33 man_MANS = libexslt.3
34
35 EXTRA_DIST = $(man_MANS)
OLDNEW
« no previous file with comments | « third_party/libxslt/libexslt.pc.in ('k') | third_party/libxslt/libexslt/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698