]> git.pld-linux.org Git - packages/gnome-panel.git/blame - gnome-panel-link.patch
- up to 3.0.0; merged from DEVEL
[packages/gnome-panel.git] / gnome-panel-link.patch
CommitLineData
61850872
ŁK
1--- gnome-panel-2.91.6/applets/notification_area/Makefile.am.wiget 2011-02-01 00:52:27.000000000 +0100
2+++ gnome-panel-2.91.6/applets/notification_area/Makefile.am 2011-02-03 21:57:01.197176223 +0100
3@@ -30,16 +30,16 @@ NOTIFICATION_AREA_SOURCES = main.c
59427a89
MB
4
5 NOTIFICATION_AREA_LDADD = \
61850872 6 ../../libpanel-applet/libpanel-applet-4.la \
59427a89
MB
7+ libtray.la \
8 $(X_LIBS) \
9 $(NOTIFICATION_AREA_LIBS) \
10- $(LIBPANEL_APPLET_LIBS) \
11- libtray.la
12+ $(LIBPANEL_APPLET_LIBS)
13
14 testtray_SOURCES = testtray.c
15 testtray_LDADD = \
16+ libtray.la \
17 $(X_LIBS) \
18- $(NOTIFICATION_AREA_LIBS) \
19- libtray.la
20+ $(NOTIFICATION_AREA_LIBS)
21
22 if NOTIFICATION_AREA_INPROCESS
23 APPLET_IN_PROCESS = true
This page took 0.102079 seconds and 4 git commands to generate.