new makefiles (part I)
[wxWidgets.git] / samples / wxsocket / Makefile.am
1 SUFFIXES = .cpp
2
3 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
4
5 noinst_PROGRAMS = client server
6
7 client_SOURCES = client.cpp
8 server_SOURCES = server.cpp