summaryrefslogtreecommitdiffstats
path: root/src/modules/AuthBackendFile/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-27 17:27:58 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-27 17:27:58 +0200
commit82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6 (patch)
tree4508a31968224772e70fd9df38f11b3a2461c55e /src/modules/AuthBackendFile/CMakeLists.txt
parent854e90be061166d1619a74cbfdc7e384fc700125 (diff)
downloadmad-82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6.tar
mad-82ef58fb3d0bdf6ce7d13f42cca30d03b24973c6.zip
AuthProvider hinzugefügt
AuthBackendFile in AuthProviderFile und AuthBackendPassword aufgeteilt
Diffstat (limited to 'src/modules/AuthBackendFile/CMakeLists.txt')
-rw-r--r--src/modules/AuthBackendFile/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/AuthBackendFile/CMakeLists.txt b/src/modules/AuthBackendFile/CMakeLists.txt
deleted file mode 100644
index 3afd71f..0000000
--- a/src/modules/AuthBackendFile/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-include_directories(${INCLUDES})
-
-mad_module(AuthBackendFile
- Module.cpp Module.h
- AuthBackendFile.cpp AuthBackendFile.h
-)
-
-mad_module_libraries(AuthBackendFile)