[Goodies-commits] r2446 - xfce4-radio-plugin/trunk/panel-plugin

Nick Schermer nick at xfce.org
Sat Jan 20 15:06:51 CET 2007


Author: nick
Date: 2007-01-20 14:06:51 +0000 (Sat, 20 Jan 2007)
New Revision: 2446

Modified:
   xfce4-radio-plugin/trunk/panel-plugin/Makefile.am
Log:
Fix link problem

Modified: xfce4-radio-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-radio-plugin/trunk/panel-plugin/Makefile.am	2007-01-20 14:06:10 UTC (rev 2445)
+++ xfce4-radio-plugin/trunk/panel-plugin/Makefile.am	2007-01-20 14:06:51 UTC (rev 2446)
@@ -1,16 +1,16 @@
 plugindir = $(libexecdir)/xfce4/panel-plugins
 plugin_PROGRAMS = xfce4-radio-plugin
 
+xfce4_radio_plugin_SOURCES =						\
+	radio.c	radio.h
+
 xfce4_radio_plugin_CFLAGS =						\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_radio_plugin_LDFLAGS =						\
+xfce4_radio_plugin_LDADD =						\
 	@LIBXFCE4PANEL_LIBS@
 
-xfce4_radio_plugin_SOURCES =						\
-	radio.c	radio.h
-
 # .desktop file
 #
 # Some automake trickery here. Because we cannot use $(libexecdir) in the




More information about the Goodies-commits mailing list