diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-01 16:29:31 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-01 16:29:31 -0500 |
commit | b03fb1cfcf5e4860c623913c8d61e102a6deaf50 (patch) | |
tree | 8fa09c64af1c47616db575b10def6ad1b62f8b49 /common/Makefile.am | |
parent | 4de8ae9db11c5d57490da4d4a135126a76474f58 (diff) | |
download | sssd-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/Makefile.am')
-rw-r--r-- | common/Makefile.am | 5 |
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 \ |