From 71e99e47e30fd86b4f52e0ad61096a471f245942 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Jul 2004 17:00:23 +0000 Subject: usage of pkg-config to get library information in configure; automake for the python module; --- python/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/tests/Makefile.am (limited to 'python/tests') diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am new file mode 100644 index 00000000..0fa3d172 --- /dev/null +++ b/python/tests/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = login_tests.py tests.py -- cgit