* src/Makefile.am (nodist_EXTRA_libspot_la_SOURCES): New variable,

to force C++ linking.
This commit is contained in:
Alexandre Duret-Lutz 2004-08-10 15:52:21 +00:00
parent fb8618b708
commit 7818321589
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2004-08-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/Makefile.am (nodist_EXTRA_libspot_la_SOURCES): New variable,
to force C++ linking.
* iface/gspn/ltlgspn.cc: Fix a gcc warning in case assert() is
disabled.

View file

@ -38,3 +38,5 @@ libspot_la_LIBADD = \
tgba/libtgba.la \
tgbaalgos/libtgbaalgos.la \
tgbaparse/libtgbaparse.la
# Dummy C++ source to cause C++ linking.
nodist_EXTRA_libspot_la_SOURCES = _.cc