summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-09-17 09:04:50 +0000
committerSimon Josefsson <simon@josefsson.org>2004-09-17 09:04:50 +0000
commit576538b2422f7d8f5700d1f23e10c7defd48f4ff (patch)
tree2bfd2a178d6a998a6b65e2806cc94d843f0d1c91
parenta5120b22854286fd81f102117bbef7e338c110e2 (diff)
downloadgnutls-576538b2422f7d8f5700d1f23e10c7defd48f4ff.tar.gz
Fix objdir != srcdir in -I, reported by "Gerrit P. Haase"
<gp@familiehaase.de>.
-rw-r--r--libextra/Makefile.am2
-rw-r--r--src/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am
index 61b31abb8c..8016f7b344 100644
--- a/libextra/Makefile.am
+++ b/libextra/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/crypto -I$(top_srcdir)/gl -I$(top_srcdir)/lib -I$(top_srcdir)/includes -I$(top_srcdir)/lib/minitasn1 $(LIBOPENCDK_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBTASN1_CFLAGS) -I$(srcdir)/opencdk -I$(srcdir)/openpgp
+INCLUDES = -I$(top_srcdir)/crypto -I$(top_srcdir)/gl -I$(top_srcdir)/lib -I../includes -I$(top_srcdir)/includes -I$(top_srcdir)/lib/minitasn1 $(LIBOPENCDK_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBTASN1_CFLAGS) -I$(srcdir)/opencdk -I$(srcdir)/openpgp
bin_SCRIPTS = libgnutls-extra-config
DIST_SUBDIRS = openpgp opencdk
diff --git a/src/Makefile.am b/src/Makefile.am
index 17ffbf7c82..ebe8745a0d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,8 @@ EXTRA_DIST = README README.srptool gnutls-http-serv
SUBDIRS = srp x509 openpgp cfg
-INCLUDES = -I../lib -I../includes $(LIBOPENCDK_CFLAGS) \
- -I$(top_srcdir)/gl -I$(srcdir)/cfg
+INCLUDES = -I$(top_srcdir)/lib -I../includes -I$(top_srcdir)/includes \
+ $(LIBOPENCDK_CFLAGS) -I$(top_srcdir)/gl -I$(srcdir)/cfg
bin_PROGRAMS = gnutls-serv gnutls-cli srptool gnutls-cli-debug certtool