From ea9fe3ef923000a7bfa4d7afc306669d5442e0fc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 26 Jun 2008 16:39:25 +0200 Subject: ConnectionManager f?r den Kern hinzugef?gt --- src/Core/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Core/Makefile.am (limited to 'src/Core/Makefile.am') diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am new file mode 100644 index 0000000..b2a2874 --- /dev/null +++ b/src/Core/Makefile.am @@ -0,0 +1,5 @@ +noinst_LTLIBRARIES = libcore.la + +libcore_la_SOURCES = ConnectionManager.cpp + +noinst_HEADERS = ConnectionManager.h -- cgit v1.2.3