aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2012-09-22 16:53:14 -0400
committerJim Carroll <thecarrolls@jiminger.com>2012-09-22 16:54:45 -0400
commitabb8741a071d0737448c8c776a6a6d47b60282aa (patch)
tree85725d25ba57762fd3c7d63158cc1517f9a52c2f /configure.in
parent2e4d2479f8be3a681464d1ab1aa7986e724e2653 (diff)
[fix] Use proper paths for the python include in the test.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b92dc4a3e4..8e22960a86 100644
--- a/configure.in
+++ b/configure.in
@@ -2344,7 +2344,8 @@ OUTPUT_FILES="$OUTPUT_FILES addons/skin.touched/media/Makefile"
fi
OUTPUT_FILES="$OUTPUT_FILES \
- xbmc/interfaces/python/Makefile"
+ xbmc/interfaces/python/Makefile \
+ xbmc/interfaces/python/test/Makefile"
# Line below is used so we can use AM_INIT_AUTOMAKE. The corresponding
# .dummy.am does nothing.