From 6d12449483f797741bcd47d0534d67d082760431 Mon Sep 17 00:00:00 2001 From: mss Date: Tue, 5 Dec 2006 19:20:29 +0000 Subject: [PATCH] rename the applet loadable file: libsimple-launcher.so to simple-launcher.so git-svn-id: file:///svnroot/simple-launcher/trunk@16 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 4 ++-- simple-launcher.desktop | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a14ac66..411d429 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CXXFLAGS=-Wall -MMD $(GTKCFLAGS) $(DBUSCFLAGS) LDFLAGS = -shared LIBS = -lstdc++ -TARGET=libsimple-launcher.so +TARGET=simple-launcher.so all: $(TARGET) @@ -26,6 +26,6 @@ install: $(TARGET) install -d $(DESTDIR)/usr/share/applications/hildon-home install -m 0644 simple-launcher.desktop $(DESTDIR)/usr/share/applications/hildon-home install -d $(DESTDIR)/usr/lib/hildon-home - install -m 0644 libsimple-launcher.so $(DESTDIR)/usr/lib/hildon-home + install -m 0644 $(TARGET) $(DESTDIR)/usr/lib/hildon-home -include *.d diff --git a/simple-launcher.desktop b/simple-launcher.desktop index 43119e0..2b9d550 100644 --- a/simple-launcher.desktop +++ b/simple-launcher.desktop @@ -2,7 +2,7 @@ Name=Simple Launcher Applet Comment=A simple list of icons to click Type=HildonHomeApplet -X-home-applet=libsimple-launcher.so +X-home-applet=simple-launcher.so X-home-applet-resizable=X X-home-applet-minwidth=270 X-home-applet-minheight=45 -- 1.7.9.5