X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=Makefile;h=8974eb2dadfd7a76f2cef0fb78923043efea77d1;hp=e6199a85f0d2915230c681641e1b8740d6219083;hb=62cd99eefeeb67d5b52444a8768645cfe76b04b6;hpb=7d3b3e8a206bffae1e491f5887ab1aaaf69e4759 diff --git a/Makefile b/Makefile index e6199a8..8974eb2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Os -mcpu=arm1136jf-s -mthumb -CPPFLAGS = -Wall `pkg-config --cflags dbus-glib-1` +CPPFLAGS = `pkg-config --cflags dbus-glib-1` LDFLAGS = `pkg-config --libs dbus-glib-1` PREFIX = /usr/local @@ -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