diff --git a/libcomm/Makefile.am b/libcomm/Makefile.am index 77a0f09..bfb024d 100644 --- a/libcomm/Makefile.am +++ b/libcomm/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libcomm.la libcomm_la_SOURCES = Connection.cpp Connection.h IPConnection.cpp \ IPConnection.h IPListener.cpp IPListener.h IPSupervisor.cpp IPSupervisor.h \ SerialConnection.cpp SerialConnection.h SupervisorClient.cpp SupervisorClient.h libcomm.cpp \ - libcomm.h stdafx.cpp stdafx.h targetver.h WebClient.h WebClient.cpp + libcomm.h stdafx.cpp stdafx.h targetver.h WebClient.h WebClient.cpp WebServer.cpp AM_CFLAGS = -pthread AM_CXXFLAGS = -pthread -g libcomm_la_LDFLAGS = -all-static