]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix -I's after gnulib changes.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 May 2009 11:31:15 +0000 (13:31 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 May 2009 11:31:15 +0000 (13:31 +0200)
Reported by "Tom G. Christensen" <tgc@jupiterrise.com> in
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3548>.

lib/minitasn1/Makefile.am

index addb335e941e0cbe01a6e0772abbbb917c9ecb19..f66f38430ab5679c8e25e2379c10d7b70a62de2d 100644 (file)
 # 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