summaryrefslogtreecommitdiffstats
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
commit008a546c5e58962fd2e821265b8807ef8d802d14 (patch)
tree2eb54b76cd1bf462448a6a36586e930568cc321e
parent601a544d3c88d2c9935b18be0e3c50e3be5585b1 (diff)
downloadding-libs-008a546c5e58962fd2e821265b8807ef8d802d14.tar.gz
ding-libs-008a546c5e58962fd2e821265b8807ef8d802d14.tar.xz
ding-libs-008a546c5e58962fd2e821265b8807ef8d802d14.zip
Revert "Remove ELAPI from build and tarball"
This reverts commit 9a446ad6d6445ed22f0d5132a241a3c8be5e1008.
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cd04ac1..1659e0d 100644
--- a/Makefile.am
+++ b/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 \