[geany/geany] 4e02f5: autotools: Remove useless declaration

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 14:16:19 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 14:16:19 UTC
Commit:      4e02f5884770726fdb6464ff8dcd0a469fae5549
             https://github.com/geany/geany/commit/4e02f5884770726fdb6464ff8dcd0a469fae5549

Log Message:
-----------
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.


Modified Paths:
--------------
    src/Makefile.am

Modified: src/Makefile.am
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -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 =



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list