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

noinst_LTLIBRARIES   = libcommon.la
libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp

noinst_HEADERS       = ConfigManager.h RequestHandler.h RequestManager.h Util.h