fix make distcheck

This commit is contained in:
Hylke Bons 2011-06-14 19:17:59 +01:00
parent 1d2a077b91
commit 2d07900d03
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ EXTRA_DIST = \
SparkleAbout.cs \
SparkleAlert.cs \
SparkleIntro.cs \
SparkleLog.cs \
SparkleEventLog.cs \
SparkleMacController.cs \
SparkleShare.csproj \
SparkleShare.sln \

View file

@ -46,7 +46,7 @@
<Compile Include="SparkleUI.cs" />
<Compile Include="SparkleWindow.cs" />
<Compile Include="SparkleEntry.cs" />
<Compile Include="SparkleLog.cs" />
<Compile Include="SparkleEventLog.cs" />
<Compile Include="SparkleUIHelpers.cs" />
<Compile Include="SparkleInfobar.cs" />
<Compile Include="SparkleController.cs" />

View file

@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version],
[0.2.1])
[0.2.2])
m4_define([sparkleshare_asm_version],
[0.2.1])
[0.2.2])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)

View file

@ -9,7 +9,7 @@ SparkleShare/SparkleAbout.cs
SparkleShare/SparkleBubble.cs
SparkleShare/SparkleController.cs
SparkleShare/SparkleIntro.cs
SparkleShare/SparkleLog.cs
SparkleShare/SparkleEventLog.cs
SparkleShare/SparkleShare.cs
SparkleShare/SparkleSpinner.cs
SparkleShare/SparkleStatusIcon.cs