diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 3c5e47119..cb266fb5b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -25,6 +25,8 @@ BUILT_SOURCES = errors.c noinst_LIBRARIES = libcommon.a +AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBKSBA_CFLAGS) + libcommon_a_SOURCES = \ util.h i18n.h \ errors.c errors.h \ @@ -33,3 +35,11 @@ libcommon_a_SOURCES = \ errors.c : errors.h mkerrors $(srcdir)/mkerrors < $(srcdir)/errors.h > errors.c + + + + + + + + |