summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-08-06 21:44:57 +0200
committerSebastian Reichel <sre@ring0.de>2012-08-06 21:44:57 +0200
commit1100250ffd1f484ba7f69990170a678aee5d7ffd (patch)
tree60bb394bffa0634fe49c65e10d4a124b799975e6 /Makefile
parentec0a0cb024cab37c9424fb1402b2d1a6a6c0c055 (diff)
downloadserial-barcode-scanner-1100250ffd1f484ba7f69990170a678aee5d7ffd.tar.bz2
add new restock GTK dialog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5fff6e..cdf1b8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
PREFIX=/usr/local
# web.vala (currently disabled)
-barcode-scanner: main.vala device.vala db.vala
- valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 $^
+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 $^
shop.db: create_db.sql
sqlite3 shop.db < create_db.sql