summaryrefslogtreecommitdiffstats
path: root/src/Common/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-07-01 03:24:58 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-07-01 03:24:58 +0200
commit7601149f476c1aa3dae6cd55027a36b62efabf12 (patch)
tree947a8ebeaebaf6a366a0490975e5fa2fa689db9c /src/Common/Makefile.am
parent7be6ee9c1cd2c2c5172ad4a094b67c25d6c5b72c (diff)
downloadmad-7601149f476c1aa3dae6cd55027a36b62efabf12.tar
mad-7601149f476c1aa3dae6cd55027a36b62efabf12.zip
RequestManager hinzugef?gt
Diffstat (limited to 'src/Common/Makefile.am')
-rw-r--r--src/Common/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Common/Makefile.am b/src/Common/Makefile.am
new file mode 100644
index 0000000..aa2e45f
--- /dev/null
+++ b/src/Common/Makefile.am
@@ -0,0 +1,5 @@
+noinst_LTLIBRARIES = libcommon.la
+
+libcommon_la_SOURCES = RequestManager.cpp
+
+noinst_HEADERS = Request.h RequestManager.h