diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-14 13:31:15 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-14 13:31:15 +0200 |
commit | aeb963aa2d027fbfac689b512310122e02136047 (patch) | |
tree | c8b7133ecc130d87628ce70f1b83c262c6a4d62a | |
parent | bb9da394f0113ca425cbfa48ed36b2c2ab1d5db7 (diff) | |
download | gnutls-aeb963aa2d027fbfac689b512310122e02136047.tar.gz |
Fix -I's after gnulib changes.
Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3548>.
-rw-r--r-- | lib/minitasn1/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am index addb335e94..f66f38430a 100644 --- a/lib/minitasn1/Makefile.am +++ b/lib/minitasn1/Makefile.am @@ -20,7 +20,10 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA -AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/lgl -I$(top_builddir)/lgl +AM_CPPFLAGS = \ + -I$(srcdir)/../gl \ + -I$(builddir)/../gl \ + -I$(srcdir)/.. noinst_LTLIBRARIES = libminitasn1.la |