[Xfce4-commits] r29968 - xfdesktop/trunk/panel-plugin
Brian Tarricone
kelnos at xfce.org
Sun May 17 11:52:51 CEST 2009
Author: kelnos
Date: 2009-05-17 09:52:51 +0000 (Sun, 17 May 2009)
New Revision: 29968
Modified:
xfdesktop/trunk/panel-plugin/Makefile.am
Log:
add libexo to CFLAGS and LIBS for panel plugin
Modified: xfdesktop/trunk/panel-plugin/Makefile.am
===================================================================
--- xfdesktop/trunk/panel-plugin/Makefile.am 2009-05-15 18:47:30 UTC (rev 29967)
+++ xfdesktop/trunk/panel-plugin/Makefile.am 2009-05-17 09:52:51 UTC (rev 29968)
@@ -10,6 +10,7 @@
$(LIBXFCEGUI4_CFLAGS) \
$(LIBXFCE4PANEL_CFLAGS) \
$(THUNAR_VFS_CFLAGS) \
+ $(LIBEXO_CFLAGS) \
-DDATADIR=\"$(datadir)\" \
-DLOCALEDIR=\"$(localedir)\" \
-DBINDIR=\"$(bindir)\"
@@ -24,7 +25,8 @@
$(LIBX11_LIBS) \
$(LIBXFCEGUI4_LIBS) \
$(LIBXFCE4PANEL_LIBS) \
- $(THUNAR_VFS_LIBS)
+ $(THUNAR_VFS_LIBS) \
+ $(LIBEXO_LIBS)
if HAVE_CYGWIN
xfce4_menu_plugin_LDFLAGS = \
More information about the Xfce4-commits
mailing list