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