]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Use gnulib in lgl/ instead of gl/.
authorSimon Josefsson <simon@josefsson.org>
Sat, 21 Oct 2006 10:03:55 +0000 (10:03 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 21 Oct 2006 10:03:55 +0000 (10:03 +0000)
lib/minitasn1/Makefile.am
lib/x509/Makefile.am

index ecc51372ba572770bb8930030f88b3a6dde8c7c6..df8892d6bbc4495b912d06976071a87a1979ce90 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../../gl
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/lgl -I$(top_builddir)/lgl
 
 noinst_LTLIBRARIES = libminitasn1.la
 
index c35cbc25fc1a6caf713b6222c962ab8dc9599b01..4acd3ff368d4f4c55e7aef9b7e0bacd164558c2f 100644 (file)
@@ -19,7 +19,7 @@
 # USA
 
 INCLUDES = \
-       -I$(top_srcdir)/gl -I$(top_builddir)/gl                         \
+       -I$(top_srcdir)/lgl -I$(top_builddir)/lgl                       \
        -I$(top_srcdir)/libextra -I$(top_srcdir)/lib/minitasn1          \
        -I$(top_srcdir)/libextra/openpgp/                               \
        -I$(top_srcdir)/libextra/opencdk -I$(top_srcdir)/lib            \