Mercurial > MadButterfly
annotate Makefile.am @ 760:5781b2485e38
Fix position issue of stext.
Sometime, stext does not show at correct position. After some study,
it is caused by a typo in the code of create scaled font
(make_scaled_font_face()). The typo causes a fault in compute
transform matrix for scale fonts.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sat, 28 Aug 2010 22:54:07 +0800 |
parents | 7630dac0a104 |
children |
rev | line source |
---|---|
256
cac9ad3df633
* use Autotool to install inkscape ext. of MadButterfly ( experimental! )
"Mat <MatLinuxer2@gmail.com>"
parents:
185
diff
changeset
|
1 SUBDIRS = src include tools examples inkscape |
169 | 2 pkgconfigdir = $(libdir)/pkgconfig |
3 pkgconfig_DATA = libmbfly.pc | |
256
cac9ad3df633
* use Autotool to install inkscape ext. of MadButterfly ( experimental! )
"Mat <MatLinuxer2@gmail.com>"
parents:
185
diff
changeset
|
4 EXTRA_DIST = libmbfly.pc.in Doxyfile README.h |
543
7630dac0a104
Create Makefile for nodejs plugin
Thinker K.F. Li <thinker@branda.to>
parents:
256
diff
changeset
|
5 |
7630dac0a104
Create Makefile for nodejs plugin
Thinker K.F. Li <thinker@branda.to>
parents:
256
diff
changeset
|
6 if NODEJS |
7630dac0a104
Create Makefile for nodejs plugin
Thinker K.F. Li <thinker@branda.to>
parents:
256
diff
changeset
|
7 SUBDIRS += nodejs |
7630dac0a104
Create Makefile for nodejs plugin
Thinker K.F. Li <thinker@branda.to>
parents:
256
diff
changeset
|
8 endif |