[geany/geany] 11d4bc: Only use LIBGEANY_CFLAGS on libgeany.

Thomas Martitz git-noreply at xxxxx
Fri Apr 10 14:16:18 UTC 2015


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 10 Apr 2015 14:16:18 UTC
Commit:      11d4bcf7c29b587b59a0bd1fbec754c7e1439c6f
             https://github.com/geany/geany/commit/11d4bcf7c29b587b59a0bd1fbec754c7e1439c6f

Log Message:
-----------
Only use LIBGEANY_CFLAGS on libgeany.

It includes stuff like -fvisibility which isn't appropriate for the main binary.


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

Modified: src/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,6 @@ AM_CPPFLAGS = \
 	-DGTK \
 	-DGEANY_PRIVATE \
 	-DG_LOG_DOMAIN=\""Geany"\" \
-	@LIBGEANY_CFLAGS@ \
 	@GTK_CFLAGS@ @GTHREAD_CFLAGS@ \
 	$(MAC_INTEGRATION_CFLAGS)
 
@@ -106,6 +105,7 @@ libgeany_la_SOURCES = \
 	ui_utils.c ui_utils.h \
 	utils.c utils.h
 
+libgeany_la_CFLAGS  = $(AM_CPPFLAGS) @LIBGEANY_CFLAGS@
 libgeany_la_LDFLAGS = @LIBGEANY_LDFLAGS@
 
 libgeany_la_LIBADD = \



--------------
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