]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
Missed makefile
authorJohn Mark Bell <jmb@netsurf-browser.org>
Mon, 24 Aug 2009 08:10:34 +0000 (08:10 -0000)
committerJohn Mark Bell <jmb@netsurf-browser.org>
Mon, 24 Aug 2009 08:10:34 +0000 (08:10 -0000)
svn path=/trunk/libsvgtiny/; revision=9422

src/Makefile [new file with mode: 0644]

diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..2f2d276
--- /dev/null
@@ -0,0 +1,4 @@
+# Sources
+DIR_SOURCES := svgtiny.c svgtiny_gradient.c svgtiny_list.c
+
+include build/makefiles/Makefile.subdir