diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch b/packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch index e69de29bb2..b8a8613779 100644 --- a/packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch +++ b/packages/matchbox-panel/matchbox-panel-0.8.1/automake-lossage.patch @@ -0,0 +1,20 @@ +diff -urNa matchbox-panel-0.8.1/applets/Makefile.am matchbox-panel-0.8.1-patched/applets/Makefile.am +--- matchbox-panel-0.8.1/applets/Makefile.am 2004-02-07 12:48:56.000000000 -0500 ++++ matchbox-panel-0.8.1-patched/applets/Makefile.am 2004-06-15 21:15:30.000000000 -0400 +@@ -12,10 +12,12 @@ + bin_PROGRAMS = \ + mb-applet-clock mb-applet-menu-launcher mb-applet-wireless \ + mb-applet-launcher mb-applet-system-monitor mb-applet-battery +- +- mb_applet_battery_SOURCES = mb-applet-battery.c +- mb_applet_battery_LDADD = $(LIBMB_LIBS) $(SN_LIBS) -lapm +- ++mb_applet_battery_SOURCES = mb-applet-battery.c ++mb_applet_battery_OBJECTS = mb-applet-battery.$(OBJEXT) ++mb_applet_battery_LDADD = $(LIBMB_LIBS) $(SN_LIBS) -lapm ++mb-applet-battery$(EXEEXT): $(mb_applet_battery_OBJECTS) ++ @rm -f mb-applet-battery$(EXEEXT) ++ $(LINK) $(mb_applet_battery_LDFLAGS) $(mb_applet_battery_OBJECTS) $(mb_applet_battery_LDADD) $(LIBS) + else + bin_PROGRAMS = \ + mb-applet-clock mb-applet-menu-launcher mb-applet-wireless \ |