summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/Makefile.am
blob: ba7318e3c31ed4da447a03b476e9f96af6c2caf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

noinst_LTLIBRARIES  = libgtkextgraph.la

libgtkextgraph_la_SOURCES =				\
	cluster-int.h						\
	cluster.h cluster.c					\
	edge.h edge.c						\
	hspace.h hspace.c					\
	incoming.h incoming.c				\
	leaving.h leaving.c					\
	rank.h rank.c						\
	vspace.h vspace.c

libgtkextgraph_la_CFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)


devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)

dev_HEADERS = $(_la_SOURCES:%c=)