summaryrefslogtreecommitdiffstats
path: root/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
commitc170439337e796f9d565f8a60095889d7636a310 (patch)
tree863d272a90def89440b2fc564105e1aa39bbb9bf /Makefile.am
parent8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc (diff)
downloadding-libs-c170439337e796f9d565f8a60095889d7636a310.tar.gz
ding-libs-c170439337e796f9d565f8a60095889d7636a310.tar.xz
ding-libs-c170439337e796f9d565f8a60095889d7636a310.zip
Remove ELAPI from the SSSD repository
ELAPI now lives in its own project at https://fedorahosted.org/ELAPI
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 29226ea..cbd2866 100644
--- a/Makefile.am
+++ b/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