Fix build

This commit is contained in:
Hylke Bons 2013-06-30 22:19:23 +01:00
parent 9ae4a816bf
commit f5ca51dcff
3 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ SOURCES = \
../SparkleSetupController.cs \ ../SparkleSetupController.cs \
../SparkleStatusIconController.cs \ ../SparkleStatusIconController.cs \
SparkleAbout.cs \ SparkleAbout.cs \
SparkleAvatars.cs \ ../SparkleAvatars.cs \
SparkleBubbles.cs \ SparkleBubbles.cs \
SparkleController.cs \ SparkleController.cs \
SparkleEventLog.cs \ SparkleEventLog.cs \

View file

@ -99,7 +99,7 @@
<Compile Include="..\SparkleKeys.cs"> <Compile Include="..\SparkleKeys.cs">
<Link>SparkleKeys.cs</Link> <Link>SparkleKeys.cs</Link>
</Compile> </Compile>
<Compile Include="SparkleAvatars.cs" /> <Compile Include="..\SparkleAvatars.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<InterfaceDefinition Include="MainMenu.xib" xmlns="" /> <InterfaceDefinition Include="MainMenu.xib" xmlns="" />