Last change
on this file since 609 was
609,
checked in by Sam Hocevar, 11 years ago
|
build: allow to specify --disable-nonfree to avoid installing non-free data
and build stripped down tarballs.
|
File size:
513 bytes
|
Line | |
---|
1 | ## Process this file with automake to produce Makefile.in |
---|
2 | |
---|
3 | SUBDIRS = src data |
---|
4 | |
---|
5 | man_MANS = abuse.6 abuse-tool.6 |
---|
6 | |
---|
7 | datafiledir = $(datadir)/games/abuse |
---|
8 | datafile_DATA = abuse.bmp abuse.png |
---|
9 | |
---|
10 | EXTRA_DIST = PACKAGERS bootstrap abuse.bmp abuse.png |
---|
11 | |
---|
12 | if HAVE_NONFREE |
---|
13 | else |
---|
14 | dist-hook: |
---|
15 | @echo "" |
---|
16 | @echo " ====================================================" |
---|
17 | @echo " WARNING: This tarball will exclude non-free data" |
---|
18 | @echo " ====================================================" |
---|
19 | @echo "" |
---|
20 | endif |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.