diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-01 08:03:22 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-01 15:59:38 -0500 |
commit | 9a446ad6d6445ed22f0d5132a241a3c8be5e1008 (patch) | |
tree | 819c1b1ccb1a7c3519536c4ff1bfa4e8a640880b | |
parent | 3fc84f21bd715c4cece722231af933a1981bb6e7 (diff) | |
download | sssd-9a446ad6d6445ed22f0d5132a241a3c8be5e1008.tar.gz sssd-9a446ad6d6445ed22f0d5132a241a3c8be5e1008.tar.bz2 sssd-9a446ad6d6445ed22f0d5132a241a3c8be5e1008.zip |
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.
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 1659e0d1..cd04ac17 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 \ |