## Process this file with automake to produce Makefile.in

SUBDIRS = fastdb sipdb . sipdbtest xsdvalid test

INCLUDES = -I$(top_srcdir)/include

libexec_SCRIPTS = sipx-utils.sh

EXTRA_DIST = \
	$(libexec_SCRIPTS)

lib_LTLIBRARIES = libsipXcommserver.la

## Libtool version info - update only immediately before a release
# Current - increment if any interfaces are added, removed, or changed
version_Current=1
# Revision - set to 0 if Current was incremented
#            increment if any implementation has changed
version_Revision=0
# Age - set to 0 of any interfaces have been removed
#       increment if any interfaces have been added
version_Age=0

libsipXcommserver_la_LDFLAGS = \
	-version-info ${version_Current}:${version_Revision}:${version_Age} \
	@ODBC_LDFLAGS@

libsipXcommserver_la_CXXFLAGS = \
	-DSIPX_CONFDIR=\"@SIPX_CONFDIR@\" \
	-DSIPX_LOGDIR=\"@SIPX_LOGDIR@\" \
	-DSIPX_RUNDIR=\"@SIPX_RUNDIR@\" \
	-DSIPX_TMPDIR=\"@SIPX_TMPDIR@\" \
	-DSIPX_DBDIR=\"@SIPX_DBDIR@\" \
	@ODBC_CXXFLAGS@

libsipXcommserver_la_LIBADD = \
	@SIPXTACK_LIBS@ \
	@ODBC_LIBS@ \
	fastdb/libfastdb.la \
	sipdb/libsipdb.la 

libsipXcommserver_la_SOURCES = \
    $(top_builddir)/config/sipxcommserverlib-buildstamp.h \
    $(top_builddir)/config/sipxcommserverlib-buildstamp.cpp \
    digitmaps/UrlMapping.cpp \
    filereader/OrbitFileReader.cpp \
    configrpc/ConfigRPC.cpp \
    odbc/OdbcWrapper.cpp


syntax highlighted by Code2HTML, v. 0.9.1