]> git.saurik.com Git - wxWidgets.git/blob - samples/wxsocket/Makefile.am
1. configure caches the command line options
[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