summaryrefslogtreecommitdiffstats
path: root/main/gnome-control-center/link-gmodule.patch
blob: 9bf14ec9618cf79d4776dc1aab217f4f7419047a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/capplets/appearance/Makefile.in b/capplets/appearance/Makefile.in
index 4b8df30..9c62c4f 100644
--- a/capplets/appearance/Makefile.in
+++ b/capplets/appearance/Makefile.in
@@ -386,7 +386,7 @@ gnome_appearance_properties_LDADD = \
 	$(top_builddir)/capplets/common/libcommon.la \
 	$(GNOMECC_CAPPLETS_LIBS) \
 	$(FONT_CAPPLET_LIBS) \
-	$(METACITY_LIBS)
+	$(METACITY_LIBS) -lgmodule-2.0
 
 gnome_appearance_properties_LDFLAGS = -export-dynamic
 gtkbuilderdir = $(pkgdatadir)/ui
diff --git a/capplets/common/Makefile.in b/capplets/common/Makefile.in
index 00e594a..5f1849a 100644
--- a/capplets/common/Makefile.in
+++ b/capplets/common/Makefile.in
@@ -365,7 +365,7 @@ gnome_theme_test_SOURCES = \
 
 gnome_theme_test_LDADD = \
 	libcommon.la							\
-	$(GNOMECC_CAPPLETS_LIBS)
+	$(GNOMECC_CAPPLETS_LIBS) -lgmodule-2.0
 
 all: all-am