summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.am
blob: c2825385e06b529faf4572cece21b935ca7e7f5a (plain)
1
2
3
4
5
6
7
SUBDIRS = Backends Request RequestHandler

noinst_LTLIBRARIES   = libcommon.la
libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp SystemBackend.cpp Util.cpp
libcommon_la_LIBADD  = Backends/libbackends.la Request/librequest.la RequestHandler/librequesthandler.la

noinst_HEADERS       = ConfigManager.h RequestManager.h SystemBackend.h Util.h