From 4e02f5884770726fdb6464ff8dcd0a469fae5549 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 15 Mar 2015 20:39:52 +0100 Subject: [PATCH] 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. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3103980be..4795ebfa2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = -- 2.11.4.GIT