summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-08-08 03:07:35 +0200
committerSebastian Reichel <sre@ring0.de>2012-08-08 03:07:35 +0200
commitb33ca54964b823da8764710dbee141a548240baf (patch)
tree9dc5bb0d676e5dc68b1bf8842964c2cb6e570030 /Makefile
parenteb163ad361b4ae42d612870a07ea6a54db00f44e (diff)
downloadserial-barcode-scanner-b33ca54964b823da8764710dbee141a548240baf.tar.bz2
switch from terminal to gtk window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdf1b8e..680783b 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 $^
+ 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 $^
shop.db: create_db.sql
sqlite3 shop.db < create_db.sql