diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 29226ea5..cbd2866c 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = trace collection ini dhash path_utils refarray elapi +SUBDIRS = trace collection ini dhash path_utils refarray dist_noinst_DATA = \ m4 @@ -12,13 +12,11 @@ libsssd_util_la_LIBADD = \ collection/libcollection.la \ ini/libini_config.la \ dhash/libdhash.la \ - refarray/libref_array.la \ - elapi/libelapi.la + refarray/libref_array.la libsssd_util_la_CFLAGS = $(AM_CFLAGS) \ -I ./collection \ -I ./ini \ -I ./dhash \ - -I ./elapi \ -I ./refarray \ -I ./trace endif |