Blob Blame History Raw
diff -up gnome-applets-2.25.2/mini-commander/src/Makefile.am.libgnomeui gnome-applets-2.25.2/mini-commander/src/Makefile.am
--- gnome-applets-2.25.2/mini-commander/src/Makefile.am.libgnomeui	2008-12-22 23:13:10.000000000 -0500
+++ gnome-applets-2.25.2/mini-commander/src/Makefile.am	2008-12-22 23:13:43.000000000 -0500
@@ -3,6 +3,7 @@
 INCLUDES = 				\
 	-I.				\
 	-I$(srcdir)			\
+	$(GNOME_LIBS2_CFLAGS)		\
 	$(GNOME_APPLETS_CFLAGS)		\
 	$(WARN_CFLAGS)			\
 	$(GNOME_INCLUDEDIR)
@@ -34,6 +35,7 @@ mini_commander_applet_SOURCES =			\
 	mc-default-macros.h
 
 mini_commander_applet_LDADD =	\
+	$(GNOME_LIBS2_LIBS)	\
 	$(GNOME_APPLETS_LIBS)
 
 mc_install_default_macros_SOURCES =	\
diff -up gnome-applets-2.25.2/modemlights/Makefile.am.libgnomeui gnome-applets-2.25.2/modemlights/Makefile.am
--- gnome-applets-2.25.2/modemlights/Makefile.am.libgnomeui	2008-12-22 23:40:19.000000000 -0500
+++ gnome-applets-2.25.2/modemlights/Makefile.am	2008-12-22 23:40:49.000000000 -0500
@@ -2,6 +2,7 @@ SUBDIRS = docs
 
 INCLUDES = -I. -I$(srcdir) 				\
 	$(GNOME_APPLETS_CFLAGS)				\
+	$(GNOME_LIBS2_CLFAGS)				\
 	-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" 	\
 	-DVERSION=\""$(VERSION)"\"
 
@@ -13,6 +14,7 @@ modemlights_applet2_SOURCES = \
 	properties.c
 
 modemlights_applet2_LDADD = \
+		$(GNOME_LIBS2_LIBS)	\
 		     $(GNOME_APPLETS_LIBS)
 
 uidir		= $(datadir)/gnome-2.0/ui