summaryrefslogtreecommitdiffstats
path: root/src/Core/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-26 16:39:25 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-26 16:39:25 +0200
commitea9fe3ef923000a7bfa4d7afc306669d5442e0fc (patch)
treefc549e40acbee781282478fc9c8e351507e99a9f /src/Core/Makefile.am
parent91bdac7f768e538a2e25b04347b747b1902e3159 (diff)
downloadmad-ea9fe3ef923000a7bfa4d7afc306669d5442e0fc.tar
mad-ea9fe3ef923000a7bfa4d7afc306669d5442e0fc.zip
ConnectionManager f?r den Kern hinzugef?gt
Diffstat (limited to 'src/Core/Makefile.am')
-rw-r--r--src/Core/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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