* 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:
parent
5d26d6f01e
commit
98a31af495
3 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
noinst_LTLIBRARIES = libtgbaparse.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue