* m4/buddy.m4 (BUDDY_LDFLAGS): Use $(top_builddir), not $(top_srcdir).

* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 12:53:29 +00:00
parent 5d26d6f01e
commit 98a31af495
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
AM_CPPFLAGS = -I$(srcdir)/..
AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
noinst_LTLIBRARIES = libtgbaparse.la