diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-08-08 03:07:35 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-08-08 03:07:35 +0200 |
commit | b33ca54964b823da8764710dbee141a548240baf (patch) | |
tree | 9dc5bb0d676e5dc68b1bf8842964c2cb6e570030 /Makefile | |
parent | eb163ad361b4ae42d612870a07ea6a54db00f44e (diff) | |
download | serial-barcode-scanner-b33ca54964b823da8764710dbee141a548240baf.tar.bz2 |
switch from terminal to gtk window
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |