summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Makefile.am')
-rw-r--r--src/Common/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Common/Makefile.am b/src/Common/Makefile.am
index 792aadc..1e8a524 100644
--- a/src/Common/Makefile.am
+++ b/src/Common/Makefile.am
@@ -1,5 +1,6 @@
-noinst_LTLIBRARIES = libcommon.la
+SUBDIRS = Request
+noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = ConfigManager.cpp RequestManager.cpp
-noinst_HEADERS = ConfigManager.h Request.h RequestManager.h Util.h
+noinst_HEADERS = ConfigManager.h RequestInfo.h RequestManager.h Util.h