* 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

@ -18,7 +18,7 @@ AC_DEFUN([AX_CHECK_BUDDY], [
if test "$with_included_buddy" = yes; then
AC_CONFIG_SUBDIRS([buddy])
BUDDY_LDFLAGS='$(top_srcdir)/buddy/src/bdd.la'
BUDDY_LDFLAGS='$(top_builddir)/buddy/src/libbdd.la'
BUDDY_CPPFLAGS='-I$(top_srcdir)/buddy/src'
else
BUDDY_LDFLAGS='-lbdd'