summaryrefslogtreecommitdiffstats
path: root/lasso/Makefile.am
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:00:23 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 17:00:23 +0000
commit71e99e47e30fd86b4f52e0ad61096a471f245942 (patch)
tree301f552a078c6448527ccf67436d908641bd9da7 /lasso/Makefile.am
parentbc8081c0cd2378aefe1bdf69ab2a158ce9b35f5c (diff)
downloadlasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.gz
lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.tar.xz
lasso-71e99e47e30fd86b4f52e0ad61096a471f245942.zip
usage of pkg-config to get library information in configure; automake for the
python module;
Diffstat (limited to 'lasso/Makefile.am')
-rw-r--r--lasso/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index d0d2593c..d3344f26 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -8,10 +8,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
$(LASSO_DEFINES) \
- $(GLIB_CFLAGS) \
- $(LIBXSLT_CFLAGS) \
- $(LIBXML_CFLAGS) \
- $(XMLSEC1_CFLAGS) \
+ $(LASSO_CFLAGS) \
$(NULL)
EXTRA_DIST = \
@@ -35,10 +32,7 @@ liblasso_la_LIBADD = \
$(top_builddir)/lasso/xml/liblasso-xml.la \
$(top_builddir)/lasso/protocols/liblasso-protocols.la \
$(top_builddir)/lasso/environs/liblasso-environs.la \
- $(GLIB_LIBS) \
- $(LIBXSLT_LIBS) \
- $(LIBXML_LIBS) \
- $(XMLSEC1_LIBS) \
+ $(LASSO_LIBS) \
$(NULL)
liblasso_la_LDFLAGS = \