From b2b44595910856c83b0d50d5b51a7d6fc397535c Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Tue, 15 Dec 2009 11:41:26 +0000 Subject: Fixed build failure because python/ directory no longer exists --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f806c8589..ba12222f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.decl -SUBDIRS = data src docs po python utils examples +SUBDIRS = data src docs po utils examples if HAVE_UNIT_TESTS SUBDIRS += tests -- cgit v1.2.1