aboutsummaryrefslogtreecommitdiffstats
path: root/sm/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 /sm/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 'sm/Makefile.am')
-rw-r--r--sm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 7f6df3a3d..dda3eb8d1 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -23,7 +23,7 @@ bin_PROGRAMS = gpgsm
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
-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
if HAVE_W32_SYSTEM