From 4b74b09f75b1840d7bc53ba3882ef559bc151add Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 4 Jul 2011 21:14:44 +0100 Subject: [PATCH] Update project and make files --- SparkleLib/Makefile.am | 2 +- SparkleShare/Mac/SparkleShare.csproj | 16 ++++++++++++---- SparkleShare/Makefile.am | 6 +++++- .../{Mac => }/SparkleBubblesController.cs | 0 .../{Mac => }/SparkleEventLogController.cs | 0 SparkleShare/{Mac => }/SparkleSetupController.cs | 0 SparkleShare/SparkleShare.csproj | 4 ++++ .../{Mac => }/SparkleStatusIconController.cs | 0 8 files changed, 22 insertions(+), 6 deletions(-) rename SparkleShare/{Mac => }/SparkleBubblesController.cs (100%) rename SparkleShare/{Mac => }/SparkleEventLogController.cs (100%) rename SparkleShare/{Mac => }/SparkleSetupController.cs (100%) rename SparkleShare/{Mac => }/SparkleStatusIconController.cs (100%) diff --git a/SparkleLib/Makefile.am b/SparkleLib/Makefile.am index 0c928dc4..e5fdcd51 100644 --- a/SparkleLib/Makefile.am +++ b/SparkleLib/Makefile.am @@ -22,7 +22,7 @@ SOURCES = \ SparkleHelpers.cs \ SparkleListenerBase.cs \ SparkleListenerIrc.cs \ - SparkleListenerTcp.cs \ + SparkleListenerTcp.cs \ SparkleOptions.cs \ SparklePaths.cs \ SparkleRepoBase.cs \ diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index 68b49e8e..848b4282 100644 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -88,13 +88,21 @@ - - - - + + SparkleBubblesController.cs + + + SparkleEventLogController.cs + + + SparkleSetupController.cs + + + SparkleStatusIconController.cs + diff --git a/SparkleShare/Makefile.am b/SparkleShare/Makefile.am index c757da22..6dcb8645 100644 --- a/SparkleShare/Makefile.am +++ b/SparkleShare/Makefile.am @@ -14,15 +14,19 @@ endif SOURCES = \ SparkleAbout.cs \ SparkleBubble.cs \ + SparkleBubblesController.cs \ SparkleController.cs \ SparkleEntry.cs \ + SparkleEventLog.cs \ + SparkleEventLogController.cs \ SparkleInfobar.cs \ SparkleIntro.cs \ SparkleLinController.cs \ - SparkleEventLog.cs \ + SparkleSetupController.cs \ SparkleShare.cs \ SparkleSpinner.cs \ SparkleStatusIcon.cs \ + SparkleStatusIconController.cs \ SparkleUI.cs \ SparkleUIHelpers.cs \ SparkleWindow.cs diff --git a/SparkleShare/Mac/SparkleBubblesController.cs b/SparkleShare/SparkleBubblesController.cs similarity index 100% rename from SparkleShare/Mac/SparkleBubblesController.cs rename to SparkleShare/SparkleBubblesController.cs diff --git a/SparkleShare/Mac/SparkleEventLogController.cs b/SparkleShare/SparkleEventLogController.cs similarity index 100% rename from SparkleShare/Mac/SparkleEventLogController.cs rename to SparkleShare/SparkleEventLogController.cs diff --git a/SparkleShare/Mac/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs similarity index 100% rename from SparkleShare/Mac/SparkleSetupController.cs rename to SparkleShare/SparkleSetupController.cs diff --git a/SparkleShare/SparkleShare.csproj b/SparkleShare/SparkleShare.csproj index 839d9223..bfb9ee63 100644 --- a/SparkleShare/SparkleShare.csproj +++ b/SparkleShare/SparkleShare.csproj @@ -52,6 +52,10 @@ + + + + diff --git a/SparkleShare/Mac/SparkleStatusIconController.cs b/SparkleShare/SparkleStatusIconController.cs similarity index 100% rename from SparkleShare/Mac/SparkleStatusIconController.cs rename to SparkleShare/SparkleStatusIconController.cs