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 /sm/Makefile.am | |
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 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 2 |
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 |