summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-13 11:20:12 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-13 11:20:12 +0100
commita1a5180ed4f5aa302aecf5232f06624fac162132 (patch)
treed9e588ecd20c28b07d1cb74a5e25743dc4c175ce /lib/Makefile.am
parent12953876898fac8a8f811cf47f3e3a29651f0f44 (diff)
downloadgnutls-a1a5180ed4f5aa302aecf5232f06624fac162132.tar.gz
Drop incorrect -I.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 721be2fb90..0c75c175ce 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -41,7 +41,7 @@ AM_CPPFLAGS = \
if ENABLE_OPENPGP
SUBDIRS += opencdk
SUBDIRS += openpgp
-AM_CPPFLAGS += -I$(srcdir)/opencdk -I$(top_srcdir)/lib/opencdk
+AM_CPPFLAGS += -I$(srcdir)/opencdk
endif
if ENABLE_MINITASN1