From b03fb1cfcf5e4860c623913c8d61e102a6deaf50 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 Dec 2009 16:29:31 -0500 Subject: Revert "Remove ELAPI from build and tarball" This reverts commit 9a446ad6d6445ed22f0d5132a241a3c8be5e1008. --- common/Makefile.am | 5 +++-- 1 file 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 \ -- cgit