* 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,5 +1,8 @@
|
||||||
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-06-26 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* m4/buddy.m4 (BUDDY_LDFLAGS): Use $(top_builddir), not $(top_srcdir).
|
||||||
|
* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
|
||||||
|
|
||||||
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in
|
* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in
|
||||||
or configure.ac changes. Distribute the html doc.
|
or configure.ac changes. Distribute the html doc.
|
||||||
* doc/Doxyfile.in (EXCLUDE_PATTERNS): Complete with
|
* doc/Doxyfile.in (EXCLUDE_PATTERNS): Complete with
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ AC_DEFUN([AX_CHECK_BUDDY], [
|
||||||
|
|
||||||
if test "$with_included_buddy" = yes; then
|
if test "$with_included_buddy" = yes; then
|
||||||
AC_CONFIG_SUBDIRS([buddy])
|
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'
|
BUDDY_CPPFLAGS='-I$(top_srcdir)/buddy/src'
|
||||||
else
|
else
|
||||||
BUDDY_LDFLAGS='-lbdd'
|
BUDDY_LDFLAGS='-lbdd'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
AM_CPPFLAGS = -I$(srcdir)/..
|
AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libtgbaparse.la
|
noinst_LTLIBRARIES = libtgbaparse.la
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue