comparison Makefile.am @ 543:7630dac0a104 Android_Skia

Create Makefile for nodejs plugin
author Thinker K.F. Li <thinker@branda.to>
date Fri, 04 Jun 2010 22:29:08 +0800
parents cac9ad3df633
children
comparison
equal deleted inserted replaced
542:d7f224b97b7f 543:7630dac0a104
1 SUBDIRS = src include tools examples inkscape 1 SUBDIRS = src include tools examples inkscape
2 pkgconfigdir = $(libdir)/pkgconfig 2 pkgconfigdir = $(libdir)/pkgconfig
3 pkgconfig_DATA = libmbfly.pc 3 pkgconfig_DATA = libmbfly.pc
4 EXTRA_DIST = libmbfly.pc.in Doxyfile README.h 4 EXTRA_DIST = libmbfly.pc.in Doxyfile README.h
5
6 if NODEJS
7 SUBDIRS += nodejs
8 endif