Skip to content
Snippets Groups Projects
Commit 2787ea37 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

force use of C++ linker

[[Imported from SVN: r5776]]
parent 780aafe3
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ lib_LTLIBRARIES = libdunecommon.la
# this is just a renaming of libcommon to prevent name clashes
libdunecommon_la_SOURCES =
# This forces automake to use the C++ linker
# (see the automake manual, section "Libtool Convenience Libraries")
nodist_EXTRA_libdunecommon_la_SOURCES = dummy.cc
libdunecommon_la_LIBADD = ../dune/common/libcommon.la
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment