summaryrefslogtreecommitdiffstats
path: root/src/modules/SystemBackendPosix
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-06 15:01:07 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-06 15:01:07 +0200
commit454cfccd51e2b9ad453fe79df04360fcd6eeb742 (patch)
treeb7d7f9026a34a32f36dd696a523533762d03d7d9 /src/modules/SystemBackendPosix
parent82949d1a4372c3b9e200c382dc709a09efaa7519 (diff)
downloadmad-454cfccd51e2b9ad453fe79df04360fcd6eeb742.tar
mad-454cfccd51e2b9ad453fe79df04360fcd6eeb742.zip
User-RequestHandler zur UserRequestHandlerGroup zusammengefasst
Diffstat (limited to 'src/modules/SystemBackendPosix')
-rw-r--r--src/modules/SystemBackendPosix/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/SystemBackendPosix/CMakeLists.txt b/src/modules/SystemBackendPosix/CMakeLists.txt
index 02b0ef6..223960b 100644
--- a/src/modules/SystemBackendPosix/CMakeLists.txt
+++ b/src/modules/SystemBackendPosix/CMakeLists.txt
@@ -1,5 +1,5 @@
include_directories(${INCLUDES})
add_library(SystemBackendPosix MODULE
- SystemBackendPosix.cpp
+ SystemBackendPosix.cpp SystemBackendPosix.h
)