diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:59:21 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:59:21 +0100 |
commit | 49eb2c05d60efa46483dbe10f19ba097fb2c2895 (patch) | |
tree | 4c214b5d7fc612bc456ea7691f0d5519642e444b /lib/Makefile.am | |
parent | 5ad4d94a3b22738105734d7f0bacfe9a1c46a066 (diff) | |
download | gnutls-49eb2c05d60efa46483dbe10f19ba097fb2c2895.tar.gz |
Fixes.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5c41eb3ec7..3c5bad1140 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -31,9 +31,8 @@ localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" \ -I$(srcdir)/gl -I$(builddir)/gl \ - -I$(top_srcdir)/includes -I../includes \ - -I$(srcdir)/x509 \ - -I$(top_srcdir)/libextra -I$(top_srcdir)/lib/openpgp/ + -I$(srcdir)/../includes -I$(builddir)../includes \ + -I$(srcdir)/x509 if ENABLE_OPENPGP SUBDIRS += opencdk @@ -45,9 +44,6 @@ if ENABLE_MINITASN1 AM_CPPFLAGS += -I$(srcdir)/minitasn1 endif -m4datadir = $(datadir)/aclocal -dist_m4data_DATA = libgnutls.m4 - # Pkg-config script. pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnutls.pc |