]> git.saurik.com Git - wxWidgets.git/blame - samples/wxpoem/Makefile.am
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / wxpoem / Makefile.am
CommitLineData
329e86bf
RR
1AUTOMAKE_OPTIONS = 1.3 no-dependencies
2
88ac883a
VZ
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