summaryrefslogtreecommitdiffstats
path: root/modemlights-libgnome.patch
blob: 6612a4df1e2c87265443c49b7f2803567d0a01d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -up gnome-applets-2.25.3/modemlights/Makefile.am.mini-commander gnome-applets-2.25.3/modemlights/Makefile.am
--- gnome-applets-2.25.3/modemlights/Makefile.am.mini-commander	2009-01-06 22:00:00.000000000 -0500
+++ gnome-applets-2.25.3/modemlights/Makefile.am	2009-01-06 21:59:20.000000000 -0500
@@ -2,6 +2,7 @@ SUBDIRS = docs
 
 INCLUDES = -I. -I$(srcdir) 				\
 	$(GNOME_APPLETS_CFLAGS)				\
+	$(GNOME_LIBS2_CFLAGS)				\
 	-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