From 7601149f476c1aa3dae6cd55027a36b62efabf12 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 1 Jul 2008 03:24:58 +0200 Subject: RequestManager hinzugef?gt --- src/Common/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Common/Makefile.am (limited to 'src/Common/Makefile.am') 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 -- cgit v1.2.3