summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-05-16 03:41:55 +0200
committerSebastian Reichel <sre@ring0.de>2012-05-16 03:41:55 +0200
commit1551de799e8b9b2adbce0116a3d8729626229070 (patch)
treec7f2db15226565e148b4bb8d732109e340640eee /Makefile
parent3db0f84468ac77baf1fe5cfb1c1a766a629cb7f1 (diff)
downloadserial-barcode-scanner-1551de799e8b9b2adbce0116a3d8729626229070.tar.bz2
add lokal backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1480c34..1d993f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX=/usr/local
-barcode-scanner: main.vala serial.vala web.vala
- valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 $^
+barcode-scanner: main.vala serial.vala web.vala db.vala
+ valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 $^
install: barcode-scanner
install -m755 barcode-scanner $(DESTDIR)$(PREFIX)/bin/barcode-scanner