summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests')
-rw-r--r--src/Common/Requests/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Common/Requests/CMakeLists.txt b/src/Common/Requests/CMakeLists.txt
index ef1d4d9..b6ff90c 100644
--- a/src/Common/Requests/CMakeLists.txt
+++ b/src/Common/Requests/CMakeLists.txt
@@ -1,6 +1,15 @@
include_directories(${INCLUDES})
add_library(Requests STATIC
- DisconnectRequest.cpp GroupUserListRequest.cpp IdentifyRequest.cpp SimpleRequest.cpp UserGroupListRequest.cpp UserInfoRequest.cpp
+ DisconnectRequest.cpp DisconnectRequest.h
+ FSInfoRequest.h
+ GroupListRequest.h
+ GroupUserListRequest.cpp GroupUserListRequest.h
+ IdentifyRequest.cpp IdentifyRequest.h
+ SimpleRequest.cpp SimpleRequest.h
+ StatusRequest.h
+ UserGroupListRequest.cpp UserGroupListRequest.h
+ UserInfoRequest.cpp UserInfoRequest.h
+ UserListRequest.h
)
target_link_libraries(Requests ${KRB5_LIBRARIES})