diff options
author | Werner Koch <[email protected]> | 2006-09-19 11:00:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-19 11:00:46 +0000 |
commit | 0693b5a99e8a113ba1d27cfaaade5de41af22f0c (patch) | |
tree | 0eed057682f1e8bbaeb30f8b5b63ba88a8d9e9a1 | |
parent | Fixed problems Nelson H. F. Beebe reported when doing build tests on several (diff) | |
download | libassuan-0693b5a99e8a113ba1d27cfaaade5de41af22f0c.tar.gz libassuan-0693b5a99e8a113ba1d27cfaaade5de41af22f0c.zip |
distribute motd
-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 = |