mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 21:38:00 +02:00
2003-02-22 Havoc Pennington <hp@pobox.com>
* test/Makefile.am (dist-hook): fix dist for test/data/sha-1
This commit is contained in:
parent
6c07098c5e
commit
983374a758
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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):
|
||||
|
|
|
|||
|
|
@ -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 ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue