From e11159a036ddfc88ab9841a874e4b631d74f5876 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 30 Apr 2012 15:36:43 +0200 Subject: use valac-0.16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14f49d1..1480c34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX=/usr/local barcode-scanner: main.vala serial.vala web.vala - valac --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 $^ + valac-0.16 --output $@ --pkg posix --pkg linux --pkg libsoup-2.4 $^ install: barcode-scanner install -m755 barcode-scanner $(DESTDIR)$(PREFIX)/bin/barcode-scanner -- cgit v1.2.3