]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/wxpoem/Makefile.am
Small changed to wxExtDialog
[wxWidgets.git] / samples / wxpoem / Makefile.am
... / ...
CommitLineData
1AUTOMAKE_OPTIONS = 1.3 no-dependencies
2
3SUFFIXES = .cpp
4
5DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
6
7noinst_PROGRAMS = wxpoem
8
9wxpoem_SOURCES = wxpoem.cpp
10
11# create a link to the file needed to run the sample
12all-local:
13 @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi