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