diff --git a/SparkleShare/Linux/Makefile.am b/SparkleShare/Linux/Makefile.am index 8938e39d..e73c6c0e 100644 --- a/SparkleShare/Linux/Makefile.am +++ b/SparkleShare/Linux/Makefile.am @@ -22,7 +22,7 @@ SOURCES = \ ../SparkleSetupController.cs \ ../SparkleStatusIconController.cs \ SparkleAbout.cs \ - SparkleAvatars.cs \ + ../SparkleAvatars.cs \ SparkleBubbles.cs \ SparkleController.cs \ SparkleEventLog.cs \ diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index 07b8eb9f..8a002dcf 100644 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -99,7 +99,7 @@ SparkleKeys.cs - + diff --git a/SparkleShare/Mac/SparkleAvatars.cs b/SparkleShare/SparkleAvatars.cs similarity index 100% rename from SparkleShare/Mac/SparkleAvatars.cs rename to SparkleShare/SparkleAvatars.cs