X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=Makefile;h=8974eb2dadfd7a76f2cef0fb78923043efea77d1;hp=3ba4f40d45e33ec38b4db507572037484984c0ca;hb=c84b73a18baaf33eea98d2939365617278ea8124;hpb=42cb5b0f56e8e61767f6eb403d09c562a1582515 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