summaryrefslogtreecommitdiffabout
path: root/lib/Makefile.am
blob: 53d818271b584ad1648289cb5c0c7b2f02a3aab5 (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 1:0:0