rename the applet loadable file: libsimple-launcher.so to simple-launcher.so
[simple-launcher] / Makefile
index a14ac66..411d429 100644 (file)
--- 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