]> git.saurik.com Git - wxWidgets.git/blob - samples/wxsocket/Makefile.am
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / wxsocket / Makefile.am
1 AUTOMAKE_OPTIONS = 1.3 no-dependencies
2
3 SUFFIXES = .cpp
4
5 DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
6
7 noinst_PROGRAMS = client server
8
9 client_SOURCES = client.cpp
10 server_SOURCES = server.cpp