summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-10-02 03:30:02 +0200
committerSebastian Reichel <sre@ring0.de>2012-10-02 03:30:02 +0200
commit2e1c47795b567ce037f60689e2bb983c77d0f4c3 (patch)
tree60895ca2f8571c58ed1d7b81ec5b60472b2a98a6 /Makefile
parentb82b81d53783f07a0bf62aaef62065acfe815924 (diff)
downloadserial-barcode-scanner-2e1c47795b567ce037f60689e2bb983c77d0f4c3.tar.bz2
Initial Audio Support via GStreamer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81b7680..77bdb1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-SRC=src/main.vala src/device.vala src/db.vala src/web.vala src/graph-data.vala src/template.vala src/session.vala src/price.vapi
-DEPS=--pkg posix --pkg linux --pkg libsoup-2.4 --pkg sqlite3 --pkg gee-1.0 --pkg gmodule-2.0 --pkg gio-2.0
+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
+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
barcode-scanner: $(SRC)