Author: nick
Date: 2007-01-15 17:20:39 +0000 (Mon, 15 Jan 2007)
New Revision: 24484

Modified:
   xfce4-panel/branches/4_5_nick/libxfce4panel/Makefile.am
   xfce4-panel/branches/4_5_nick/libxfce4panel/xfce-panel-plugin.h
Log:
Fix link problem

Modified: xfce4-panel/branches/4_5_nick/libxfce4panel/Makefile.am
===================================================================
--- xfce4-panel/branches/4_5_nick/libxfce4panel/Makefile.am     2007-01-15 
16:01:04 UTC (rev 24483)
+++ xfce4-panel/branches/4_5_nick/libxfce4panel/Makefile.am     2007-01-15 
17:20:39 UTC (rev 24484)
@@ -69,7 +69,7 @@
 endif
 
 libxfce4panel_la_LIBADD =                                              \
-       $(GTK_CFLAGS)                                                   \
+       $(GTK_LIBS)                                                     \
        $(LIBXFCE4UTIL_LIBS)
 
 pkgconfigdir =                                                         \

Modified: xfce4-panel/branches/4_5_nick/libxfce4panel/xfce-panel-plugin.h
===================================================================
--- xfce4-panel/branches/4_5_nick/libxfce4panel/xfce-panel-plugin.h     
2007-01-15 16:01:04 UTC (rev 24483)
+++ xfce4-panel/branches/4_5_nick/libxfce4panel/xfce-panel-plugin.h     
2007-01-15 17:20:39 UTC (rev 24484)
@@ -21,6 +21,7 @@
 #ifndef __XFCE_PANEL_PLUGIN_H__
 #define __XFCE_PANEL_PLUGIN_H__
 
+#include <gtk/gtk.h>
 #include <libxfce4panel/xfce-panel-enums.h>
 #include <libxfce4panel/xfce-panel-macros.h>
 #include <libxfce4panel/xfce-panel-plugin-iface.h>

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to