firehol/Makefile.am
Philip Whineray 0ec7817b99 Enable automated testing
Rename unittest directory to tests to be more standard
Install all required packages rather than placeholders
Get a suitable version of "unshare"
2016-11-27 12:43:26 +00:00

31 lines
532 B
Makefile

# Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = \
foreign \
dist-xz \
dist-bzip2 \
std-options
AM_DISTCHECK_CONFIGURE_FLAGS = \
--disable-maintainer-mode
SUBDIRS = sbin etc examples doc contrib html tests
DIST_SUBDIRS = $(SUBDIRS) m4
EXTRA_DIST = autogen.sh README
if GIT_TREE
all-local: README
README: README.md
sed -e '/^Upgrade Notes$$/p' -e '/^Git$$/,/^Upgrade Notes$$/d' $< > $@
endif
uninstall-local:
@-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(docdir)