]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't include missing -I's.
authorSimon Josefsson <simon@josefsson.org>
Thu, 28 Aug 2008 14:26:46 +0000 (16:26 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 28 Aug 2008 14:26:46 +0000 (16:26 +0200)
lib/openpgp/Makefile.am

index d84c827cc506eb5923cddb6742604b428dc23fc2..6411b8ca513318e235dbd1052dc40138a191c4f8 100644 (file)
@@ -21,8 +21,7 @@
 # MA 02110-1301, USA
 
 AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl        \
-       -I$(top_srcdir)/crypto -I$(top_srcdir)/lib      \
-       -I$(top_srcdir)/includes -I../../includes       \
+       -I$(top_srcdir)/lib -I$(top_srcdir)/includes -I../../includes   \
        -I$(top_srcdir)/lib/opencdk
 
 if ENABLE_MINITASN1