[geany/geany] 99eacb: Fix static build

Colomban Wendling git-noreply at xxxxx
Fri Sep 27 11:23:55 UTC 2019


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 27 Sep 2019 11:23:55 UTC
Commit:      99eacb4416b9a0adfed0a1e46ba2740581535fae
             https://github.com/geany/geany/commit/99eacb4416b9a0adfed0a1e46ba2740581535fae

Log Message:
-----------
Fix static build

When using the uncommon `--enable-static` flag, we need to explicitly
use the C++ linker as we do for libgeany.


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

Modified: src/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -128,6 +128,7 @@ libgeany_la_LIBADD = \
 
 # tell automake we have a C++ file so it uses the C++ linker we need for Scintilla
 nodist_EXTRA_libgeany_la_SOURCES = dummy1.cxx
+nodist_EXTRA_geany_SOURCES = dummy2.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