summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2009-12-15 11:41:26 +0000
committerMartyn Russell <martyn@lanedo.com>2009-12-15 11:41:26 +0000
commitb2b44595910856c83b0d50d5b51a7d6fc397535c (patch)
treec138dd372183f922274c26048a3334462a9dc78f /Makefile.am
parent8712ddfdac0cfa92c597943e39b775d783b18eaf (diff)
downloadtracker-b2b44595910856c83b0d50d5b51a7d6fc397535c.tar.gz
Fixed build failure because python/ directory no longer exists
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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