diff options
author | Werner Koch <[email protected]> | 2015-04-10 11:11:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-10 11:11:59 +0000 |
commit | 67158ff155ef52fd54a6bbe680551c0e12b31e69 (patch) | |
tree | c39dd160e854297e7229fd1145edd94bbb9763e7 /common | |
parent | dirmngr,w32: Replace functions not available under Windows. (diff) | |
download | gnupg-67158ff155ef52fd54a6bbe680551c0e12b31e69.tar.gz gnupg-67158ff155ef52fd54a6bbe680551c0e12b31e69.zip |
Remove obsolete directories from AM_CPPFLAGS.
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 2ba6dc007..51923e841 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -34,7 +34,7 @@ BUILT_SOURCES = audit-events.h status-codes.h MAINTAINERCLEANFILES = audit-events.h status-codes.h -AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl +AM_CPPFLAGS = AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) |