view Makefile.am @ 703:3457519e3b9c

Add rect and matrix support. The test.svg can be rendered almost correctly now.
author wycc
date Fri, 13 Aug 2010 08:16:18 +0800
parents 7630dac0a104
children
line wrap: on
line source

SUBDIRS = src include tools examples inkscape
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmbfly.pc
EXTRA_DIST = libmbfly.pc.in Doxyfile README.h

if NODEJS
  SUBDIRS += nodejs
endif