diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ (client): New arg FNAME to replace hardwired file name. (main): Pass motd to client. * tests/Makefile.am (AM_CPPFLAGS): Removed. + (EXTRA_DIST): Add motd. 2006-09-19 Marcus Brinkmann <[email protected]> diff --git a/tests/Makefile.am b/tests/Makefile.am index ef2510e..4a9ab81 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,7 @@ TESTS_ENVIRONMENT = -EXTRA_DIST = +EXTRA_DIST = motd BUILT_SOURCES = CLEANFILES = |