diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-30 08:44:22 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-30 08:44:22 +0000 |
commit | 01cf8cd9e79b73387bd674172c1c1ab1a1143d42 (patch) | |
tree | 4ce69a14b27c6dc5baac6baa16438b9f732f98f3 /src/Makefile.am | |
parent | 7b688439a3a491a52b5a1cd7f0a0e9ec98eccfb0 (diff) | |
download | gnutls-01cf8cd9e79b73387bd674172c1c1ab1a1143d42.tar.gz |
Add -I for ../crypto.
Remove unneeded OpenCDK CFLAGS.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e048673da6..68b1265f1e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = README README.srptool gnutls-http-serv SUBDIRS = srp x509 openpgp cfg INCLUDES = -I$(top_srcdir)/lib -I../includes -I$(top_srcdir)/includes \ - $(LIBOPENCDK_CFLAGS) -I$(top_srcdir)/gl -I$(srcdir)/cfg + -I$(top_srcdir)/gl -I$(top_srcdir)/crypto \ -I$(srcdir)/cfg bin_PROGRAMS = gnutls-serv gnutls-cli srptool gnutls-cli-debug certtool |