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