Makefile
authorAlan Knowles <alan@akbkhome.com>
Sat, 31 May 2014 07:56:09 +0000 (15:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 31 May 2014 07:56:09 +0000 (15:56 +0800)
Makefile

index bbdf287..f44462e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
 
 all:
-       valac --pkg gtk+-3.0 JsRender/*.vala Project/*.vala -o /tmp/test
+       valac --pkg gtk+-3.0 \
+               --pkg json-glib-1.0 \
+               --pkg gee-1.0 \
+               JsRender/*.vala Project/*.vala -o /tmp/test
 
 clean:
        rm -rf /tmp/test