From: John Mark Bell Date: Mon, 24 Aug 2009 08:10:34 +0000 (-0000) Subject: Missed makefile X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=2145cfdb41106db4006e381f49702bdd18fa3014;p=libsvgtiny.git Missed makefile svn path=/trunk/libsvgtiny/; revision=9422 --- diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..2f2d276 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,4 @@ +# Sources +DIR_SOURCES := svgtiny.c svgtiny_gradient.c svgtiny_list.c + +include build/makefiles/Makefile.subdir