summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:29:31 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-01 16:29:31 -0500
commitb03fb1cfcf5e4860c623913c8d61e102a6deaf50 (patch)
tree8fa09c64af1c47616db575b10def6ad1b62f8b49 /common
parent4de8ae9db11c5d57490da4d4a135126a76474f58 (diff)
downloadsssd-b03fb1cfcf5e4860c623913c8d61e102a6deaf50.tar.gz
sssd-b03fb1cfcf5e4860c623913c8d61e102a6deaf50.tar.xz
sssd-b03fb1cfcf5e4860c623913c8d61e102a6deaf50.zip
Revert "Remove ELAPI from build and tarball"
This reverts commit 9a446ad6d6445ed22f0d5132a241a3c8be5e1008.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cd04ac17b..1659e0d17 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = trace collection ini dhash path_utils
+SUBDIRS = trace collection ini dhash path_utils elapi
dist_noinst_DATA = \
m4
@@ -11,7 +11,8 @@ libsssd_util_la_SOURCES =
libsssd_util_la_LIBADD = \
collection/libcollection.la \
ini/libini_config.la \
- dhash/libdhash.la
+ dhash/libdhash.la \
+ elapi/libelapi.la
libsssd_util_la_CFLAGS = $(AM_CFLAGS) \
-I ./collection \
-I ./ini \