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

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

noinst_HEADERS       = ConfigManager.h RequestInfo.h RequestManager.h Util.h