]> git.saurik.com Git - wxWidgets.git/blob - samples/wxpoem/Makefile.am
Added wxExtDialog and sample.
[wxWidgets.git] / samples / wxpoem / 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 = wxpoem
8
9 wxpoem_SOURCES = wxpoem.cpp
10
11 # create a link to the file needed to run the sample
12 all-local:
13 @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi