summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/Makefile.am
blob: c7f1d4bcce245696c8e6844da566c3f834494faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

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_LIBADD =

libgtkextgraph_la_LDFLAGS =


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

dev_HEADERS = $(_la_SOURCES:%c=)


AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)

SUBDIRS =