mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 06:42:01 +01:00
23 lines
791 B
Diff
23 lines
791 B
Diff
diff --git a/gnome-panel/Makefile.in b/gnome-panel/Makefile.in
|
|
index d2b72bb..27e624c 100644
|
|
--- a/gnome-panel/Makefile.in
|
|
+++ b/gnome-panel/Makefile.in
|
|
@@ -582,7 +582,7 @@ gnome_panel_LDADD = \
|
|
$(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \
|
|
$(PANEL_LIBS) \
|
|
$(XRANDR_LIBS) \
|
|
- $(X_LIBS) -lm
|
|
+ $(X_LIBS) -lm -lgmodule-2.0
|
|
|
|
gnome_panel_LDFLAGS = -export-dynamic
|
|
gnome_desktop_item_edit_SOURCES = \
|
|
@@ -612,7 +612,7 @@ panel_test_applets_CPPFLAGS = \
|
|
panel_test_applets_LDADD = \
|
|
$(top_builddir)/gnome-panel/libpanel-applet-private/libpanel-applet-private-mini.la \
|
|
$(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \
|
|
- $(PANEL_LIBS)
|
|
+ $(PANEL_LIBS) -lgmodule-2.0
|
|
|
|
panel_test_applets_LDFLAGS = -export-dynamic
|
|
panel_enum_headers = \
|