* don't say we're c++ when we're really c. (use dummy.cc to enforce c++ linking)

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-23 18:06:45 +03:00
parent c8314e08d1
commit 40c995331a
6 changed files with 43 additions and 6 deletions

View File

@ -29,7 +29,20 @@ noinst_PROGRAMS= \
muile
muile_SOURCES= \
muile.cc
muile.c \
dummy.cc
# we need to use dummy.cc to enforce c++ linking...
BUILT_SOURCES= \
dummy.cc
dummy.cc:
touch dummy.cc
DISTCLEANFILES= \
$(BUILT_SOURCES)
muile_LDFLAGS= \
${top_builddir}/libmuguile/libmuguile.la