diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 393e48435..a5d2a4e5d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -20,11 +20,10 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = mkerrors mkerrtok -#INCLUDES = noinst_LIBRARIES = libcommon.a libsimple-pwquery.a -AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) libcommon_a_SOURCES = \ util.h i18n.h \ |