summaryrefslogtreecommitdiffabout
path: root/lib/Makefile.am
blob: 496177b0c59eafb0cd3949cb0d3999d207da347b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
lib_LTLIBRARIES = libsitecing.la
noinst_HEADERS = pch.h

INCLUDES = -I${top_srcdir}/include -I${top_builddir} ${KINGATE_CFLAGS} ${DOTCONF_CFLAGS} \
	${PCREPP_CFLAGS}
AM_CPPFLAGS = -D__SC_DEFAULT_SKELETON=\"${pkgdatadir}/component.skel\"
AM_LFLAGS = -olex.yy.c

libsitecing_la_SOURCES = \
	sitecing_parser.ll sitecing_enflesher.ll \
	sitecing_interface_cgi.cc \
	acomponent.cc \
	cgi_component.cc \
	component_so.cc \
	file_factory.cc component_factory.cc \
	sitespace.cc \
	configuration.cc \
	util.cc sitecing_util.cc \
	scoreboard.cc \
	process_manager.cc
libsitecing_la_LDFLAGS = \
	-version-info 2:0:0