]> git.pld-linux.org Git - packages/gnome-panel.git/blame - gnome-panel-link.patch
- fix link order
[packages/gnome-panel.git] / gnome-panel-link.patch
CommitLineData
59427a89
MB
1diff -urN gnome-panel-2.32.0.2/applets/notification_area/Makefile.am gnome-panel-2.32.0.2.new//applets/notification_area/Makefile.am
2--- gnome-panel-2.32.0.2/applets/notification_area/Makefile.am 2010-09-20 17:49:51.000000000 +0200
3+++ gnome-panel-2.32.0.2.new//applets/notification_area/Makefile.am 2010-09-29 22:24:05.220421016 +0200
4@@ -30,16 +30,16 @@
5
6 NOTIFICATION_AREA_LDADD = \
7 ../../libpanel-applet/libpanel-applet-3.la \
8+ libtray.la \
9 $(X_LIBS) \
10 $(NOTIFICATION_AREA_LIBS) \
11- $(LIBPANEL_APPLET_LIBS) \
12- libtray.la
13+ $(LIBPANEL_APPLET_LIBS)
14
15 testtray_SOURCES = testtray.c
16 testtray_LDADD = \
17+ libtray.la \
18 $(X_LIBS) \
19- $(NOTIFICATION_AREA_LIBS) \
20- libtray.la
21+ $(NOTIFICATION_AREA_LIBS)
22
23 if NOTIFICATION_AREA_INPROCESS
24 APPLET_IN_PROCESS = true
This page took 0.026578 seconds and 4 git commands to generate.