summaryrefslogtreecommitdiffstats
path: root/lasso/Makefile.am
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 /lasso/Makefile.am
parent60f881475179cd90fbbb740cbaa852f0ec7c3d8a (diff)
downloadlasso-a61facedc163828d921eee059e24db6679d5dba9.tar.gz
lasso-a61facedc163828d921eee059e24db6679d5dba9.tar.xz
lasso-a61facedc163828d921eee059e24db6679d5dba9.zip
Added new directory lasso/profiles
Diffstat (limited to 'lasso/Makefile.am')
-rw-r--r--lasso/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \