diff options
| author | Havoc Pennington <hp@redhat.com> | 2003-02-22 17:31:24 +0000 | 
|---|---|---|
| committer | Havoc Pennington <hp@redhat.com> | 2003-02-22 17:31:24 +0000 | 
| commit | 983374a7583b89e63e1c2e337a9e0b3927ceae03 (patch) | |
| tree | 830c37779d9728cc9dfac5e98a66b6ab026e348f | |
| parent | 6c07098c5ec68e78320a6f07e4c9e141a95729ed (diff) | |
2003-02-22  Havoc Pennington  <hp@pobox.com>
	* test/Makefile.am (dist-hook): fix dist for test/data/sha-1
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | test/Makefile.am | 4 | 
2 files changed, 6 insertions, 2 deletions
| @@ -1,5 +1,9 @@  2003-02-22  Havoc Pennington  <hp@pobox.com> +	* test/Makefile.am (dist-hook): fix dist for test/data/sha-1 + +2003-02-22  Havoc Pennington  <hp@pobox.com> +  	* dbus/dbus-message.c (dbus_message_iter_get_string_array):  	(dbus_message_iter_get_byte_array): Fix up doxygen warnings diff --git a/test/Makefile.am b/test/Makefile.am index 427a6e3e..47e96689 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -46,11 +46,11 @@ bus_test_LDADD=$(TEST_LIBS) $(top_builddir)/bus/libdbus-daemon.la  spawn_test_LDADD=$(TEST_LIBS)  dist-hook: -	DIRS="data data/valid-messages data/invalid-messages data/incomplete-messages data/auth" ; \ +	DIRS="data data/valid-messages data/invalid-messages data/incomplete-messages data/auth data/sha-1"; \  	for D in $$DIRS; do									   \  		test -d $(distdir)/$$D || mkdir $(distdir)/$$D ;				   \  	done ;											   \ -	FILES=`find -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script"` ;	   \ +	FILES=`find -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt"` ;	   \          for F in $$FILES; do									   \                  echo '-- Disting file '$$F ;							   \  		cp $$F $(distdir)/$$F ;								   \ | 
