Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
98a31af4
Commit
98a31af4
authored
Jun 26, 2003
by
Alexandre Duret-Lutz
Browse files
* m4/buddy.m4 (BUDDY_LDFLAGS): Use $(top_builddir), not $(top_srcdir).
* src/tgbaparse/Makefile.am (AM_CPPFLAGS): Add $(BUDDY_CPPFLAGS).
parent
5d26d6f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
98a31af4
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
or configure.ac changes. Distribute the html doc.
* doc/Doxyfile.in (EXCLUDE_PATTERNS): Complete with
...
...
m4/buddy.m4
View file @
98a31af4
...
...
@@ -18,7 +18,7 @@ AC_DEFUN([AX_CHECK_BUDDY], [
if test "$with_included_buddy" = yes; then
AC_CONFIG_SUBDIRS([buddy])
BUDDY_LDFLAGS='$(top_
src
dir)/buddy/src/bdd.la'
BUDDY_LDFLAGS='$(top_
build
dir)/buddy/src/
lib
bdd.la'
BUDDY_CPPFLAGS='-I$(top_srcdir)/buddy/src'
else
BUDDY_LDFLAGS='-lbdd'
...
...
src/tgbaparse/Makefile.am
View file @
98a31af4
AM_CPPFLAGS
=
-I
$(srcdir)
/..
AM_CPPFLAGS
=
-I
$(srcdir)
/..
$(BUDDY_CPPFLAGS)
AM_CXXFLAGS
=
$(WARNING_CXXFLAGS)
noinst_LTLIBRARIES
=
libtgbaparse.la
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment