summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 927a06ac9e..da835869c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,7 +109,8 @@ shared_sources = common/FileUtil.cpp \
net/HttpRequest.cpp \
net/HttpHelper.cpp \
net/NetUtil.cpp \
- net/Socket.cpp
+ net/Socket.cpp \
+ wsd/Exceptions.cpp
if ENABLE_SSL
shared_sources += net/Ssl.cpp
endif