added header files to _SOURCES.

This commit is contained in:
crs
2002-06-22 17:31:24 +00:00
parent 6c6afcc8cb
commit 4e37691a9c
8 changed files with 70 additions and 11 deletions

View File

@@ -3,14 +3,21 @@ NULL =
DEPTH = ..
bin_PROGRAMS = synergyd
synergyd_SOURCES = \
CConfig.cpp \
CServerProtocol.cpp \
CServerProtocol1_0.cpp \
CXWindowsPrimaryScreen.cpp \
CServer.cpp \
CHTTPServer.cpp \
server.cpp \
synergyd_SOURCES = \
CConfig.cpp \
CServerProtocol.cpp \
CServerProtocol1_0.cpp \
CXWindowsPrimaryScreen.cpp \
CServer.cpp \
CHTTPServer.cpp \
server.cpp \
CConfig.h \
CHTTPServer.h \
CServer.h \
CServerProtocol.h \
CServerProtocol1_0.h \
CSynergyHook.h \
CXWindowsPrimaryScreen.h \
$(NULL)
synergyd_LDADD = \
$(DEPTH)/platform/libplatform.a \