summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:04 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:04 +0000
commitb9b4c3c90eea9b00da17d0cbdce195d715fdb01a (patch)
tree6d03a1314d04e1c8412896f209fbbce86353e98b /src
parent83a6c4e93f773d0ef9600ab31cc12611062aa472 (diff)
downloadlibsvgtiny-b9b4c3c90eea9b00da17d0cbdce195d715fdb01a.tar.gz
libsvgtiny-b9b4c3c90eea9b00da17d0cbdce195d715fdb01a.tar.bz2
Update to new NSBUILD infrastructure
svn path=/trunk/libsvgtiny/; revision=14010
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 43dbc3f..a979720 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,4 +10,4 @@ $(BUILDDIR)/src_colors.c: src/colors.gperf
$(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@
$(Q)$(RM) $@.tmp
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir