diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fc92ab3..bbffa02 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,3 +25,6 @@ bar.o: bar.c clean-local: $(RM) *.o libfoo.so libbar.so main + + +EXTRA_DIST = main.c foo.c bar.c $(TESTS) |