summaryrefslogtreecommitdiffstats
path: root/src/web
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2015-10-28 04:59:36 +0100
committerSebastian Reichel <sre@ring0.de>2015-10-28 04:59:36 +0100
commitfdeef90f83a343aa6df7f45fdb7e5c96cc51a8c6 (patch)
tree3f712cb768365af842a663fa7ae75d3d7c8b0f89 /src/web
parentc1b077f7f259df9b62e673540d9dddc56afe0910 (diff)
downloadserial-barcode-scanner-fdeef90f83a343aa6df7f45fdb7e5c96cc51a8c6.tar.bz2
update to libgee-0.8
Diffstat (limited to 'src/web')
-rw-r--r--src/web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Makefile b/src/web/Makefile
index 371f7b9..17140c3 100644
--- a/src/web/Makefile
+++ b/src/web/Makefile
@@ -2,7 +2,7 @@ all: web
@echo > /dev/null
web: main.vala web.vala websession.vala csv.vala template.vala ../database/db-interface.vala ../pgp/pgp-interface.vala ../price.vapi ../config/config-interface.vala
- valac -X -w -o $@ --vapidir=../../vapi --enable-experimental --pkg gee-1.0 --pkg gio-2.0 --pkg libsoup-2.4 --pkg posix $^
+ valac -X -w -o $@ --vapidir=../../vapi --enable-experimental --pkg gee-0.8 --pkg gio-2.0 --pkg libsoup-2.4 --pkg posix $^
clean:
rm -rf web