source: abuse/branches/lol/Makefile.am

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

build: port everything to the current Lol Engine API.

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