X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=wifiscand%2FMakefile;h=dc0cc209eda2aa538b19414bc9f37e5a390c943e;hb=fab446256b9331c15597ebef3d0ce9b17164cde0;hp=4df58c7581df99ae016c3d225cdba5d31664bf87;hpb=156de557bb8eaa901bffc984b2987c74eb0baad7;p=wifihood diff --git a/wifiscand/Makefile b/wifiscand/Makefile index 4df58c7..dc0cc20 100644 --- a/wifiscand/Makefile +++ b/wifiscand/Makefile @@ -1,4 +1,6 @@ +VERSION = 1.3 + PREFIX = /usr OSSO_CFLAGS = $(shell pkg-config --silence-errors --cflags libosso) @@ -20,6 +22,9 @@ install: wifiscand cp wifiscand $(DESTDIR)$(PREFIX)/sbin cp wifiscand.service $(DESTDIR)$(PREFIX)/share/dbus-1/services +dist: + tar -czf ../wifiscand-$(VERSION).tar.gz --exclude .svn -C .. wifiscand + clean: @rm -rf wifiscand