summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 48cd4947b605533caa4f5874c884ab481e3134bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# don't build libgstroke if GTK is not available
if HAVE_LIBGTK
GSTROKE_SUBDS = libgstroke
else
GSTROKE_SUBDS = 
endif

SUBDIRS = libstroke $(GSTROKE_SUBDS) tests doc javastroke 

EXTRA_DIST = COPYRIGHT CREDITS README.javastroke README.libgstroke

m4datadir=$(datadir)/aclocal
m4data_DATA=libstroke.m4 libgstroke.m4

MOSTLYCLEANFILES = core *~
CLEANFILES = core *~
DISTCLEANFILES = core *~
MAINTAINERCLEANFILES = core *~