[ease/flickr] Add the, also basic, Makefile with it, until we have something better.



commit a42001300fc9b648fa1dd71ab24c6799d762d0bb
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Thu Jun 17 00:41:37 2010 +0200

    Add the, also basic, Makefile with it, until we have something better.

 plugins/Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/plugins/Makefile b/plugins/Makefile
new file mode 100644
index 0000000..fe3dd13
--- /dev/null
+++ b/plugins/Makefile
@@ -0,0 +1,6 @@
+CFLAGS = --pkg gtk+-2.0 --pkg gmodule-2.0 --pkg json-glib-1.0 --pkg rest-extras-0.6
+
+flickr:flickr.vala
+	valac $(CFLAGS) flickr.vala
+clean:
+	rm -rf flickr



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]