autotools: Remove useless declaration

There is no need for tricking Automake to use the C++ linker to link
the main executable anymore, this is done for libgeany now.
This commit is contained in:
Colomban Wendling 2015-03-15 20:39:52 +01:00
parent e61948adbd
commit 4e02f58847

View File

@ -117,7 +117,6 @@ libgeany_la_LIBADD = \
$(INTLLIBS)
# tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
nodist_EXTRA_geany_SOURCES = dummy.cxx
nodist_EXTRA_libgeany_la_SOURCES = dummy1.cxx
CLEANFILES =