]> git.saurik.com Git - wxWidgets.git/blame - samples/wxsocket/Makefile.am
1. DoSetSize() simplified, DoGetBestSize() introduced
[wxWidgets.git] / samples / wxsocket / Makefile.am
CommitLineData
88ac883a
VZ
1SUFFIXES = .cpp
2
3DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
4
5noinst_PROGRAMS = client server
6
7client_SOURCES = client.cpp
8server_SOURCES = server.cpp