summaryrefslogtreecommitdiffstats
path: root/src/Common/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-23 09:44:02 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-23 09:44:02 +0200
commit0eddc28a331437ef95a60418ed1fc6de4e9b63c1 (patch)
tree17dcb71adbca54b47e12b32fb313597f971709f5 /src/Common/CMakeLists.txt
parentd6844595c9b47dab1db4b970ff6cc7fb3f64f107 (diff)
downloadmad-0eddc28a331437ef95a60418ed1fc6de4e9b63c1.tar
mad-0eddc28a331437ef95a60418ed1fc6de4e9b63c1.zip
UserListManager: Moved module into libCommon and libServer
Diffstat (limited to 'src/Common/CMakeLists.txt')
-rw-r--r--src/Common/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Common/CMakeLists.txt b/src/Common/CMakeLists.txt
index dd12a36..a99f9be 100644
--- a/src/Common/CMakeLists.txt
+++ b/src/Common/CMakeLists.txt
@@ -18,6 +18,11 @@ mad_library(Common
Requests/SimpleRequest.cpp Requests/SimpleRequest.h
Requests/StatusRequest.h
+ UserLists/UserList.h
+ UserLists/UserListDiff.cpp UserLists/UserListDiff.h
+ UserLists/UserListEntry.h
+ UserLists/Util.cpp UserLists/Util.h
+
Application.cpp Application.h
AuthBackend.h
AuthContext.h