summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-06-02 13:17:59 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-06-02 13:17:59 +0000
commita61facedc163828d921eee059e24db6679d5dba9 (patch)
treeac9ec5dbdd0a57ce627a04242d528f2e51fece47
parent60f881475179cd90fbbb740cbaa852f0ec7c3d8a (diff)
Added new directory lasso/profiles
-rw-r--r--configure.ac1
-rw-r--r--lasso/Makefile.am3
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d0e2463..10c54752 100644
--- a/configure.ac
+++ b/configure.ac
@@ -446,6 +446,7 @@ lasso/Makefile
lasso/xml/Makefile
lasso/protocols/Makefile
lasso/protocols/elements/Makefile
+lasso/profiles/Makefile
docs/Makefile
docs/reference/Makefile
]
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index f6daa9e1..5a99dfde 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -1,5 +1,5 @@
NULL =
-SUBDIRS = xml protocols
+SUBDIRS = xml protocols profiles
liblassoincludedir = $(includedir)/lasso
@@ -34,6 +34,7 @@ liblasso_la_SOURCES = \
liblasso_la_LIBADD = \
$(top_builddir)/lasso/xml/liblasso-xml.la \
$(top_builddir)/lasso/protocols/liblasso-protocols.la \
+ $(top_builddir)/lasso/profiles/liblasso-profiles.la \
$(GLIB_LIBS) \
$(LIBXSLT_LIBS) \
$(LIBXML_LIBS) \