summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-08-08 04:10:18 +0200
committerSebastian Reichel <sre@ring0.de>2012-08-08 04:10:18 +0200
commita6d444fc08eabcf81b3d6e64ff2272039298b798 (patch)
treefb393d15a8d5c171b5a5b9ee733f027938551a1d /Makefile
parentb33ca54964b823da8764710dbee141a548240baf (diff)
downloadserial-barcode-scanner-a6d444fc08eabcf81b3d6e64ff2272039298b798.tar.bz2
lock serial device
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 680783b..2c7d106 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PREFIX=/usr/local
# web.vala (currently disabled)
barcode-scanner: main.vala device.vala db.vala ui.vala
- valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gtk+-3.0 --pkg gee-1.0 --pkg gmodule-2.0 $^
+ valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gtk+-3.0 --pkg gee-1.0 --pkg gmodule-2.0 --pkg gio-2.0 $^
shop.db: create_db.sql
sqlite3 shop.db < create_db.sql