summaryrefslogtreecommitdiffstats
path: root/src/Common/Request/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Request/Makefile.am')
-rw-r--r--src/Common/Request/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Common/Request/Makefile.am b/src/Common/Request/Makefile.am
index 64c5078..ef75dfe 100644
--- a/src/Common/Request/Makefile.am
+++ b/src/Common/Request/Makefile.am
@@ -1 +1,4 @@
-noinst_HEADERS = DisconnectRequest.h GSSAPIAuthRequest.h IdentifyRequest.h Request.h
+noinst_LTLIBRARIES = librequest.la
+librequest_la_SOURCES = DisconnectRequest.cpp GSSAPIAuthRequest.cpp IdentifyRequest.cpp
+
+noinst_HEADERS = DisconnectRequest.h GSSAPIAuthRequest.h IdentifyRequest.h Request.h