diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-02-13 00:00:05 +0100 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-02-13 00:00:05 +0100 |
commit | 04363ca342914ba75e693edb876cbe535839fa79 (patch) | |
tree | d1309d7b0f6288a8250e972e5cab2546f2a77609 /src/Common/Requests/Makefile.am | |
parent | 2ab1fbd763ad8692ea3ca29705a4fe821ccb1309 (diff) | |
download | mad-04363ca342914ba75e693edb876cbe535839fa79.tar mad-04363ca342914ba75e693edb876cbe535839fa79.zip |
Einfache Abfrage der Benutzerdatenbank implementiert
Diffstat (limited to 'src/Common/Requests/Makefile.am')
-rw-r--r-- | src/Common/Requests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Requests/Makefile.am b/src/Common/Requests/Makefile.am index ff116fc..eae8669 100644 --- a/src/Common/Requests/Makefile.am +++ b/src/Common/Requests/Makefile.am @@ -1,4 +1,4 @@ noinst_LTLIBRARIES = librequests.la -librequests_la_SOURCES = DisconnectRequest.cpp FSInfoRequest.cpp GSSAPIAuthRequest.cpp StatusRequest.cpp +librequests_la_SOURCES = DisconnectRequest.cpp FSInfoRequest.cpp GSSAPIAuthRequest.cpp StatusRequest.cpp UserListRequest.cpp -noinst_HEADERS = DisconnectRequest.h FSInfoRequest.h GSSAPIAuthRequest.h StatusRequest.h +noinst_HEADERS = DisconnectRequest.h FSInfoRequest.h GSSAPIAuthRequest.h StatusRequest.h UserListRequest.h |