summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-02-05 23:35:08 +0100
committerSebastian Reichel <sre@ring0.de>2013-02-05 23:35:08 +0100
commit9ca296d963a1803a40e3b4761c85fb59673e96f1 (patch)
tree01c17f30967abc48c40c70379b1e428afdeda264 /Makefile
parent1a800aab781077b8a4729ea151138b0b5d7f6057 (diff)
downloadserial-barcode-scanner-9ca296d963a1803a40e3b4761c85fb59673e96f1.tar.bz2
initial code for GPG support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e44a21e..0102716 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
SRC=src/main.vala src/device.vala src/scannersession.vala src/db.vala src/audio.vala src/web.vala src/graph-data.vala src/template.vala src/websession.vala src/admin.vala src/price.vapi
-DEPS=--pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gee-1.0 --pkg gio-2.0 --pkg gstreamer-0.10
-FLAGS=-X -w --enable-experimental --thread
+DEPS=--pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gee-1.0 --pkg gio-2.0 --pkg gstreamer-0.10 --pkg libarchive --pkg gpgme
+FLAGS=-X -lgpgme -X -w --enable-experimental --thread --vapidir=vapi
barcode-scanner: $(SRC)
valac-0.16 --output $@ $(FLAGS) $(DEPS) $^