# # patch "ChangeLog" # from [0f9265ea43329943f6fa0c316fa87219e13e1922] # to [c3c6f7c8c7165b94f88f88fe36c9e8cbf8b2a882] # # patch "Makefile.am" # from [a57b2a67bf3862618f6f08a56d4164a40f045db7] # to [d4787b4b994e262b2c9ec9f4443389afee82587f] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-04-20 Nathaniel Smith + + * Makefile.am (EXTRA_DIST): Include tests, even when not building + packages out in the source directory. + 2005-04-20 Sebastian Spaeth * automate.cc: fix typo, add sanity check to avoid empty r_id's bein passed in. The automate version was bumped to 0.2 due to --- Makefile.am +++ Makefile.am @@ -249,7 +249,7 @@ schema.sql views.sql \ std_hooks.lua test_hooks.lua \ testsuite.at \ - $(wildcard tests/t_*.at) \ + $(wildcard $(srcdir)/tests/t_*.at) \ testsuite \ tests/atconfig.in \ tests/atlocal.in \