* src/Makefile.am (nodist_EXTRA_libspot_la_SOURCES): New variable,
to force C++ linking.
This commit is contained in:
parent
fb8618b708
commit
7818321589
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue