From 065846d055c9c0956fe4bf1762d81a4b72b5d5a8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 16 May 2011 15:30:23 -0600 Subject: Split python Scenes into a new source file, add python tests. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2d566a1..4a6cdd6 100644 --- a/configure.ac +++ b/configure.ac @@ -181,5 +181,6 @@ AC_CONFIG_FILES([Makefile libdimension/bench/Makefile libdimension/libdimension.pc libdimension/tests/Makefile - libdimension-python/Makefile]) + libdimension-python/Makefile + libdimension-python/tests/Makefile]) AC_OUTPUT -- cgit v1.2.3