From b8d77e191c9195438ea593357d5f6e4b78d7b79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Mon, 14 Mar 2011 13:46:56 +0100 Subject: [PATCH] Extra dist the Mac files for tarball generation This was required to make intltool happy, it's a workaround for now until Someone (TM) fully integrates the Mac stuff into autotools --- SparkleShare/Mac/Makefile.am | 15 +++++++++++++++ SparkleShare/Makefile.am | 4 +++- configure.ac | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 SparkleShare/Mac/Makefile.am diff --git a/SparkleShare/Mac/Makefile.am b/SparkleShare/Mac/Makefile.am new file mode 100644 index 00000000..cba9205f --- /dev/null +++ b/SparkleShare/Mac/Makefile.am @@ -0,0 +1,15 @@ +EXTRA_DIST = \ + AppDelegate.cs \ + Info.plist \ + MainMenu.xib \ + MainMenu.xib.designer.cs \ + SparkleAbout.cs \ + SparkleAlert.cs \ + SparkleIntro.cs \ + SparkleLog.cs \ + SparkleMacController.cs \ + SparkleShare.csproj \ + SparkleShare.sln \ + SparkleStatusIcon.cs \ + SparkleUI.cs \ + SparkleWindow.cs diff --git a/SparkleShare/Makefile.am b/SparkleShare/Makefile.am index b1885c9f..a9b69272 100644 --- a/SparkleShare/Makefile.am +++ b/SparkleShare/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = \ - Nautilus + Nautilus \ + Mac ASSEMBLY = SparkleShare TARGET = exe @@ -14,6 +15,7 @@ SOURCES = \ SparkleEntry.cs \ SparkleInfobar.cs \ SparkleIntro.cs \ + SparkleInvitation.cs \ SparkleLinController.cs \ SparkleLink.cs \ SparkleLog.cs \ diff --git a/configure.ac b/configure.ac index dda2bf4f..2ac0f4ec 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,7 @@ SparkleLib/Defines.cs SparkleLib/Makefile SparkleShare/sparkleshare SparkleShare/Makefile +SparkleShare/Mac/Makefile SparkleShare/Nautilus/Makefile SparkleShare/Nautilus/sparkleshare-nautilus-extension.py po/Makefile.in