diff options
author | Thomas Markwalder <tmark@isc.org> | 2015-02-14 09:22:11 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2015-02-14 09:22:11 -0500 |
commit | 9a111ee8039a9e1f3b22e8b649e3976490a9d5ac (patch) | |
tree | a621fc91a49fd321412329fbb4b8cd50bdc6d0d3 /includes/Makefile.in | |
parent | 112d76f60cef3c53bbbdcac53acab41f35427741 (diff) | |
download | isc-dhcp-9a111ee8039a9e1f3b22e8b649e3976490a9d5ac.tar.gz |
[master] ATF usage and documentation cleaned up
Merges in rt38619
Diffstat (limited to 'includes/Makefile.in')
-rw-r--r-- | includes/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Makefile.in b/includes/Makefile.in index 3e302f75..b453cddb 100644 --- a/includes/Makefile.in +++ b/includes/Makefile.in @@ -161,6 +161,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +ATF_BIN = @ATF_BIN@ ATF_CFLAGS = @ATF_CFLAGS@ ATF_LDFLAGS = @ATF_LDFLAGS@ AUTOCONF = @AUTOCONF@ |