* 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
|
|
@ -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