From: Pierre d'Herbemont Date: Thu, 31 Dec 2009 17:07:25 +0000 (+0100) Subject: macosx/framework: Add Configure.sh as one of its own dependency. X-Git-Tag: 1.1.0-ff~1527 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1ce5eee1bbae75a5bb95a0a52f29729b09955a36;p=vlc macosx/framework: Add Configure.sh as one of its own dependency. --- diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj index 4c646ea317..bd6ce1234d 100644 --- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj +++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj @@ -519,6 +519,7 @@ files = ( ); inputPaths = ( + "$(SRCROOT)/Configure.sh", "$(SRCROOT)/../../../configure", ); name = configure;