Make "make install" install the /usr/bin/browser wrapper and dbus service too
authorSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 10:24:58 +0000 (02:24 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 10:24:58 +0000 (02:24 -0800)
Makefile

index 3ba4f40..8974eb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ strip: $(APP)
 install: all
        mkdir -p $(DESTDIR)$(PREFIX)/bin
        install -c -m 0755 browser-switchboard $(DESTDIR)$(PREFIX)/bin
+       install -c -m 0644 com.nokia.osso_browser.service $(DESTDIR)$(PREFIX)/share/dbus-1/services
+       install -c -m 0755 browser $(DESTDIR)$(PREFIX)/bin
 
 clean:
        rm -f $(APP) *.o dbus-server-glue.h