OLD | NEW |
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 Loading... |
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) |
OLD | NEW |