network-manager-applet r714 - in trunk: po src src/gconf-helpers



Author: dcbw
Date: Tue May  6 15:20:55 2008
New Revision: 714
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=714&view=rev

Log:
Build fixes from Michael Biebl

Modified:
   trunk/po/POTFILES.in
   trunk/src/Makefile.am
   trunk/src/gconf-helpers/Makefile.am

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Tue May  6 15:20:55 2008
@@ -2,7 +2,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 src/applet-dbus-manager.c
-src/applet-dbus-settings.c
 src/applet-device-cdma.c
 src/applet-device-gsm.c
 src/applet-device-wired.c

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Tue May  6 15:20:55 2008
@@ -17,7 +17,7 @@
 	-DNMALOCALEDIR=\"$(datadir)/locale\"					\
 	$(DBUS_CFLAGS)										\
 	$(DISABLE_DEPRECATED)	\
-	-I${top_srcdir}/src/marshallers \
+	-I${top_builddir}/src/marshallers \
 	-I${top_srcdir}/src/utils \
 	-I${top_srcdir}/src/gconf-helpers  \
 	-I${top_srcdir}/src/wireless-security  \

Modified: trunk/src/gconf-helpers/Makefile.am
==============================================================================
--- trunk/src/gconf-helpers/Makefile.am	(original)
+++ trunk/src/gconf-helpers/Makefile.am	Tue May  6 15:20:55 2008
@@ -13,7 +13,7 @@
 libgconf_helpers_la_CPPFLAGS = \
 	$(NMA_CFLAGS) \
 	-I${top_srcdir}/src \
-	-I${top_srcdir}/src/marshallers \
+	-I${top_builddir}/src/marshallers \
 	-I${top_srcdir}/src/utils
 
 libgconf_helpers_la_LIBADD = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]