wxWidgets/samples/wxsocket/Makefile.am

9 lines
154 B
Makefile
Raw Normal View History

SUFFIXES = .cpp
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
noinst_PROGRAMS = client server
client_SOURCES = client.cpp
server_SOURCES = server.cpp