]> git.saurik.com Git - wxWidgets.git/blame - samples/wxpoem/Makefile.am
wxHTMLHelpController compiles (and somewhat works) under Windows, added a
[wxWidgets.git] / samples / wxpoem / Makefile.am
CommitLineData
88ac883a
VZ
1SUFFIXES = .cpp
2
3DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
4
5noinst_PROGRAMS = wxpoem
6
7wxpoem_SOURCES = wxpoem.cpp
8
9# create a link to the file needed to run the sample
10all-local:
11 @if [ ! -e wxpoem.dat ]; then ln -s $(srcdir)/wxpoem.dat wxpoem.dat; fi