blob: 9b2a353d4f47bc1ed9584e8e757650913f0f4558 (
plain)
1
2
3
4
5
6
7
|
MAINTAINERCLEANFILES = Makefile.in
if PHP5_ENABLED
TESTS = profile_tests.sh binding_tests.sh
endif
EXTRA_DIST = profile_tests.php binding_tests.php profile_tests.sh binding_tests.sh
|