From: Steven Luo Date: Fri, 11 Dec 2009 10:24:58 +0000 (-0800) Subject: Make "make install" install the /usr/bin/browser wrapper and dbus service too X-Git-Tag: v3.0rc1~28 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=c84b73a18baaf33eea98d2939365617278ea8124;hp=42cb5b0f56e8e61767f6eb403d09c562a1582515;ds=inline Make "make install" install the /usr/bin/browser wrapper and dbus service too --- diff --git a/Makefile b/Makefile index 3ba4f40..8974eb2 100644 --- 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