[banshee] build: Add Windows backend files in the tarball
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: Add Windows backend files in the tarball
- Date: Thu, 18 Aug 2011 19:50:21 +0000 (UTC)
commit 7b46834416158950cb451cb0fb6fbdc4720a85c2
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Thu Aug 18 21:38:52 2011 +0200
build: Add Windows backend files in the tarball
The Windows backend is not built with autotools, but we still need to
have the source files in the tarball, so that "make distcheck" does not
fail.
configure.ac | 1 +
src/Backends/Banshee.Windows/Makefile.am | 19 +++++++++++++++++++
src/Backends/Makefile.am | 3 ++-
3 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ebadc40..787c2ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -295,6 +295,7 @@ src/Backends/Banshee.Unix/Makefile
src/Backends/Banshee.Osx/Makefile
src/Backends/Banshee.NowPlaying.X11/Makefile
src/Backends/Banshee.NowPlaying.X11/libbnpx11/Makefile
+src/Backends/Banshee.Windows/Makefile
src/Libraries/Makefile
src/Libraries/Lastfm/Makefile
diff --git a/src/Backends/Banshee.Windows/Makefile.am b/src/Backends/Banshee.Windows/Makefile.am
new file mode 100644
index 0000000..3bd5b5a
--- /dev/null
+++ b/src/Backends/Banshee.Windows/Makefile.am
@@ -0,0 +1,19 @@
+SOURCES = \
+ Banshee.Windows/ExtensionsForGtkAction.cs \
+ Banshee.Windows/GtkWindowThumbnailToolbarManager.cs \
+ Banshee.Windows/VersionUpdater.cs \
+ Banshee.Windows/WindowsService.cs \
+ Banshee.Windows.Hardware/Device.cs \
+ Banshee.Windows.Hardware/HardwareManager.cs \
+ Banshee.Windows.Hardware/UsbDevice.cs \
+ Banshee.Windows.Hardware/Volume.cs \
+ Windows7Support/TaskbarInterop.cs \
+ Windows7Support/ThumbnailToolbarButton.cs \
+ Windows7Support/ThumbnailToolbar.cs \
+ Windows7Support/ThumbnailToolbarManager.cs
+
+RESOURCES = Banshee.Windows.addin.xml
+
+EXTRA_DIST = $(SOURCES) $(RESOURCES)
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/src/Backends/Makefile.am b/src/Backends/Makefile.am
index 65d9799..9e16b66 100644
--- a/src/Backends/Makefile.am
+++ b/src/Backends/Makefile.am
@@ -5,7 +5,8 @@ SUBDIRS = \
Banshee.GStreamerSharp \
Banshee.Unix \
Banshee.NowPlaying.X11 \
- Banshee.Osx
+ Banshee.Osx \
+ Banshee.Windows
MAINTAINERCLEANFILES = Makefile.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]