summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-04-10 13:11:59 +0200
committerWerner Koch <wk@gnupg.org>2015-04-10 13:11:59 +0200
commit67158ff155ef52fd54a6bbe680551c0e12b31e69 (patch)
treec39dd160e854297e7229fd1145edd94bbb9763e7 /g10/Makefile.am
parentdirmngr,w32: Replace functions not available under Windows. (diff)
downloadgnupg2-67158ff155ef52fd54a6bbe680551c0e12b31e69.tar.xz
gnupg2-67158ff155ef52fd54a6bbe680551c0e12b31e69.zip
Remove obsolete directories from AM_CPPFLAGS.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 0a021195a..b66abb84c 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -21,8 +21,7 @@
EXTRA_DIST = options.skel distsigkey.gpg ChangeLog-2011 gpg-w32info.rc \
gpg.w32-manifest.in
-AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
- -I$(top_srcdir)/include -I$(top_srcdir)/intl
+AM_CPPFLAGS = -I$(top_srcdir)/common
include $(top_srcdir)/am/cmacros.am