mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
95b2518eed
As luck would have it, 'make dist' always includes it in the tarball and 'make maintainer-clean' does not delete it, but still...
15 lines
212 B
Makefile
15 lines
212 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = include lib t
|
|
|
|
EXTRA_DIST = \
|
|
CREDITS \
|
|
HISTORY \
|
|
INSTALL \
|
|
LICENSE \
|
|
README \
|
|
RELNOTES \
|
|
autogen.sh \
|
|
m4/ax_gcc_builtin.m4 \
|
|
tools/coverage.sh.in \
|
|
tools/setprops.sh
|