[Xfce4-commits] r29969 - xfdesktop/branches/xfce_4_6/panel-plugin

Brian Tarricone kelnos at xfce.org
Sun May 17 11:54:11 CEST 2009


Author: kelnos
Date: 2009-05-17 09:54:11 +0000 (Sun, 17 May 2009)
New Revision: 29969

Modified:
   xfdesktop/branches/xfce_4_6/panel-plugin/Makefile.am
Log:
add libexo to CFLAGS and LIBS for panel plugin

Modified: xfdesktop/branches/xfce_4_6/panel-plugin/Makefile.am
===================================================================
--- xfdesktop/branches/xfce_4_6/panel-plugin/Makefile.am	2009-05-17 09:52:51 UTC (rev 29968)
+++ xfdesktop/branches/xfce_4_6/panel-plugin/Makefile.am	2009-05-17 09:54:11 UTC (rev 29969)
@@ -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