source: abuse/trunk/Makefile.am @ 614

Last change on this file since 614 was 612, checked in by Sam Hocevar, 12 years ago

doc: move icons to the doc/ subdirectory.

File size: 416 bytes
Line 
1## Process this file with automake to produce Makefile.in
2
3SUBDIRS = src data doc
4
5EXTRA_DIST = COPYING.GPL COPYING.WTFPL PACKAGERS bootstrap
6
7if HAVE_NONFREE
8else
9dist-hook:
10        @echo ""
11        @echo "          ===================================================="
12        @echo "            WARNING: This tarball will exclude non-free data"
13        @echo "          ===================================================="
14        @echo ""
15endif
16
Note: See TracBrowser for help on using the repository browser.