[Xfce4-commits] <xfce4-embed-plugin:master> Added LIBX11 CFLAGS/LIBS to makefile to avoid linker issues.

David Schneider noreply at xfce.org
Sun Jan 8 22:44:02 CET 2012


Updating branch refs/heads/master
         to b803d5424ac7a542a74ebee93bee8332d9d4c287 (commit)
       from 31a86ff449e361098695769299af5ffae32e8b68 (commit)

commit b803d5424ac7a542a74ebee93bee8332d9d4c287
Author: David Schneider <dnschneid at gmail.com>
Date:   Sun Jan 8 13:40:56 2012 -0800

    Added LIBX11 CFLAGS/LIBS to makefile to avoid linker issues.
    
    Thanks to Skunnyk for the fix.

 panel-plugin/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 9b6854a..1476008 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -25,12 +25,14 @@ xfce4_embed_plugin_CFLAGS = \
 	$(LIBXFCE4UTIL_CFLAGS) \
 	$(LIBXFCE4UI_CFLAGS) \
 	$(LIBXFCE4PANEL_CFLAGS) \
+	$(LIBX11_CFLAGS) \
 	$(PLATFORM_CFLAGS)
 
 xfce4_embed_plugin_LDADD = \
 	$(LIBXFCE4UTIL_LIBS) \
 	$(LIBXFCE4UI_LIBS) \
-	$(LIBXFCE4PANEL_LIBS)
+	$(LIBXFCE4PANEL_LIBS) \
+	$(LIBX11_LIBS)
 
 #
 # Desktop file


More information about the Xfce4-commits mailing list