[Goodies-commits] r1952 - in xfce4-weather-plugin/trunk: . panel-plugin
Nick Schermer
nick at xfce.org
Sat Sep 2 23:27:43 CEST 2006
Author: nick
Date: 2006-09-02 21:27:42 +0000 (Sat, 02 Sep 2006)
New Revision: 1952
Modified:
xfce4-weather-plugin/trunk/ChangeLog
xfce4-weather-plugin/trunk/configure.in.in
xfce4-weather-plugin/trunk/panel-plugin/Makefile.am
Log:
* Include libxfcegui4_libs and some other fixes in the build files
Modified: xfce4-weather-plugin/trunk/ChangeLog
===================================================================
--- xfce4-weather-plugin/trunk/ChangeLog 2006-09-02 19:55:06 UTC (rev 1951)
+++ xfce4-weather-plugin/trunk/ChangeLog 2006-09-02 21:27:42 UTC (rev 1952)
@@ -1,3 +1,7 @@
+2006-09-02 23:26 nick
+
+ * Include libxfcegui4_libs and some other fixes in the build files
+
2006-09-02 21:42 nick
* Remove executables
Modified: xfce4-weather-plugin/trunk/configure.in.in
===================================================================
--- xfce4-weather-plugin/trunk/configure.in.in 2006-09-02 19:55:06 UTC (rev 1951)
+++ xfce4-weather-plugin/trunk/configure.in.in 2006-09-02 21:27:42 UTC (rev 1952)
@@ -22,7 +22,8 @@
dnl check for basic programs
AC_PROG_CC
AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+AC_PROG_LIBTOOL
+AC_PROG_INTLTOOL()
dnl check for standard header files
AC_HEADER_STDC
Modified: xfce4-weather-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/Makefile.am 2006-09-02 19:55:06 UTC (rev 1951)
+++ xfce4-weather-plugin/trunk/panel-plugin/Makefile.am 2006-09-02 21:27:42 UTC (rev 1952)
@@ -28,6 +28,7 @@
-DTHEMESDIR=\"$(datadir)/xfce4/weather/icons\" \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
@LIBXFCE4PANEL_CFLAGS@ \
+ @LIBXFCEGUI4_CFLAGS@ \
@LIBXFCE4UTIL_CFLAGS@ \
@GTK_CFLAGS@ \
@LIBXML_CFLAGS@
@@ -35,6 +36,7 @@
xfce4_weather_plugin_LDFLAGS = \
@LIBXFCE4PANEL_LIBS@ \
@LIBXFCE4UTIL_LIBS@ \
+ @LIBXFCEGUI4_LIBS@ \
@GTK_LIBS@ \
@LIBXML_LIBS@
More information about the Goodies-commits
mailing list