summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-09 16:02:10 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-12 08:44:11 -0500
commit51572e9090d19b1f7cff8a10f70f75d7451ffdd4 (patch)
treed85a81c4a31c04627caab4e7827ce8fec04ce5d0 /common/Makefile.am
parent1c244b0fd4f2db2fae784a66b2ad48a8aa623a8d (diff)
downloadsssd-51572e9090d19b1f7cff8a10f70f75d7451ffdd4.tar.gz
sssd-51572e9090d19b1f7cff8a10f70f75d7451ffdd4.tar.xz
sssd-51572e9090d19b1f7cff8a10f70f75d7451ffdd4.zip
Remove ELAPI from the SSSD repository
ELAPI now lives in its own project at https://fedorahosted.org/ELAPI
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 29226ea5f..cbd2866ce 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = trace collection ini dhash path_utils refarray elapi
+SUBDIRS = trace collection ini dhash path_utils refarray
dist_noinst_DATA = \
m4
@@ -12,13 +12,11 @@ libsssd_util_la_LIBADD = \
collection/libcollection.la \
ini/libini_config.la \
dhash/libdhash.la \
- refarray/libref_array.la \
- elapi/libelapi.la
+ refarray/libref_array.la
libsssd_util_la_CFLAGS = $(AM_CFLAGS) \
-I ./collection \
-I ./ini \
-I ./dhash \
- -I ./elapi \
-I ./refarray \
-I ./trace
endif