source: abuse/branches/lol/Makefile.am @ 737

Last change on this file since 737 was 686, checked in by Sam Hocevar, 10 years ago

build: port everything to the current Lol Engine API.

File size: 478 bytes
Line 
1
2include $(top_srcdir)/build/autotools/common.am
3
4SUBDIRS = src data doc
5
6EXTRA_DIST += COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
7
8dist-hook:
9        @echo ""
10        @echo "          ===================================================="
11if HAVE_NONFREE
12        @echo "            WARNING: This tarball will contain non-free data"
13else
14        @echo "            WARNING: This tarball will exclude non-free data"
15endif
16        @echo "          ===================================================="
17        @echo ""
18
Note: See TracBrowser for help on using the repository browser.