From 9a446ad6d6445ed22f0d5132a241a3c8be5e1008 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 1 Dec 2009 08:03:22 -0500 Subject: Remove ELAPI from build and tarball Until such time as ELAPI is in a usable state, it makes no sense to be building and distributing it in the tarball. This patch will disable it from building and inclusion in the tarball. --- common/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/Makefile.am b/common/Makefile.am index 1659e0d17..cd04ac17b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = trace collection ini dhash path_utils elapi +SUBDIRS = trace collection ini dhash path_utils dist_noinst_DATA = \ m4 @@ -11,8 +11,7 @@ libsssd_util_la_SOURCES = libsssd_util_la_LIBADD = \ collection/libcollection.la \ ini/libini_config.la \ - dhash/libdhash.la \ - elapi/libelapi.la + dhash/libdhash.la libsssd_util_la_CFLAGS = $(AM_CFLAGS) \ -I ./collection \ -I ./ini \ -- cgit