aboutsummaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-04-10 11:11:59 +0000
committerWerner Koch <[email protected]>2015-04-10 11:11:59 +0000
commit67158ff155ef52fd54a6bbe680551c0e12b31e69 (patch)
treec39dd160e854297e7229fd1145edd94bbb9763e7 /agent/Makefile.am
parentdirmngr,w32: Replace functions not available under Windows. (diff)
downloadgnupg-67158ff155ef52fd54a6bbe680551c0e12b31e69.tar.gz
gnupg-67158ff155ef52fd54a6bbe680551c0e12b31e69.zip
Remove obsolete directories from AM_CPPFLAGS.
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index bcf178810..b33593d68 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -28,7 +28,7 @@ noinst_PROGRAMS = $(TESTS)
EXTRA_DIST = ChangeLog-2011 gpg-agent-w32info.rc
-AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl
+AM_CPPFLAGS = -I$(top_srcdir)/common
include $(top_srcdir)/am/cmacros.am