From 99ec78bdab7beeb8aa27334cb87552e0fa5ed6e3 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Wed, 26 Nov 2008 23:59:43 +0000 Subject: [PATCH] Fixed a bug in the build script causing crash in XCode --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 8622571e6..67c853ed7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ EXTRA_DIST += \ xcode/Config/ReleaseProject.xcconfig \ xcode/Config/TestTarget.xcconfig \ xcode/Config/InternalTestTarget.xcconfig \ + xcode/Config/InternalPythonTestTarget.xcconfig \ xcode/Resources/Info.plist \ xcode/Scripts/versiongenerate.py \ xcode/Scripts/runtests.sh \