summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-10-05 06:07:52 +0200
committerSebastian Reichel <sre@ring0.de>2012-10-05 06:07:52 +0200
commitdcb612d921391ee439144148f9fc47caad3912a7 (patch)
tree79f3746e3bb45b3071c0dce066abdb02394e7df7 /Makefile
parent2e1c47795b567ce037f60689e2bb983c77d0f4c3 (diff)
downloadserial-barcode-scanner-dcb612d921391ee439144148f9fc47caad3912a7.tar.bz2
merge user import script into the web interface
Users can be imported from *.csv files via /users/import.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 77bdb1e..cc8c6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-SRC=src/main.vala src/device.vala src/db.vala src/audio.vala src/web.vala src/graph-data.vala src/template.vala src/session.vala src/price.vapi
+SRC=src/main.vala src/device.vala src/db.vala src/audio.vala src/web.vala src/graph-data.vala src/template.vala src/session.vala src/admin.vala src/price.vapi
DEPS=--pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gee-1.0 --pkg gio-2.0 --pkg gstreamer-0.10
-FLAGS=-X -w
+FLAGS=-X -w --enable-experimental
barcode-scanner: $(SRC)
valac-0.16 --output $@ $(FLAGS) $(DEPS) $^