X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=config-ui%2FMakefile;h=1e69b233a3a75ac52a1ad3d557a8c8033eb31b78;hp=74c894d53a9df96b0018fd4a8d42b9247be8fddd;hb=5b0b21af1f236d7601261a493ab0bc413b49f2bf;hpb=dc5c27558cf873bfce31c51f8c22f18e2f80eeba;ds=sidebyside diff --git a/config-ui/Makefile b/config-ui/Makefile index 74c894d..1e69b23 100644 --- a/config-ui/Makefile +++ b/config-ui/Makefile @@ -46,10 +46,12 @@ $(PLUGIN): $(plugin_obj) $(CC) $(CFLAGS) $(CFLAGS_PLUGIN) $(CPPFLAGS) $(CPPFLAGS_PLUGIN) \ -c -o $@ $< -strip: $(PLUGIN) +strip: strip-plugin +strip-plugin: plugin strip $(PLUGIN) -install: all +install: install-plugin +install-plugin: plugin mkdir -p $(DESTDIR)$(PREFIX)/lib/hildon-control-panel mkdir -p $(DESTDIR)$(PREFIX)/share/applications/hildon-control-panel install -c -m 0755 $(PLUGIN) $(DESTDIR)$(PREFIX)/lib/hildon-control-panel @@ -58,4 +60,4 @@ install: all clean: rm -f $(APP) $(HILDON_APP) $(PLUGIN) *.o ../configfile.o -.PHONY: strip install plugin app hildon-app +.PHONY: strip strip-plugin install install-plugin plugin app hildon-app