diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-05 14:21:49 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-05 14:21:49 +0000 |
commit | 810c70b90bb0ee6c6fcad952c56f8361b3a599a9 (patch) | |
tree | 2d9d58467bc432b231ab1a424b53f51367aeb04d /lib/Makefile.am | |
parent | cc2209a5dec0495db04394bfc42106202ae24d4a (diff) | |
download | gnutls-810c70b90bb0ee6c6fcad952c56f8361b3a599a9.tar.gz |
Some minor fixes in the makefiles. They now include CFLAGS
from libgcrypt or opencdk if installed in a non standard directory.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7924cfcdea..c5ff61952f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I../libextra -Iminitasn1/ -I../includes +INCLUDES = -I../libextra -Iminitasn1/ -I../includes $(LIBGCRYPT_CFLAGS) bin_SCRIPTS = libgnutls-config m4datadir = $(datadir)/aclocal |