[banshee] [extras/metrics] Add Makefile.am
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [extras/metrics] Add Makefile.am
- Date: Thu, 25 Feb 2010 19:51:38 +0000 (UTC)
commit 6607d508df99f3e36b65fc4df1d502b378cd1771
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Feb 25 11:22:18 2010 -0800
[extras/metrics] Add Makefile.am
Is not part of the normal build; cd extras/metrics and make to build.
configure.ac | 2 ++
extras/metrics/Makefile.am | 12 ++++++++++++
extras/metrics/metrics.csproj | 2 +-
3 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 706ae61..0049a11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,6 +306,8 @@ src/Extensions/Banshee.Sample/Makefile
src/Extensions/Banshee.Torrent/Makefile
src/Extensions/Banshee.RemoteAudio/Makefile
src/Extensions/Banshee.Wikipedia/Makefile
+
+extras/metrics/Makefile
])
cat <<EOF
diff --git a/extras/metrics/Makefile.am b/extras/metrics/Makefile.am
new file mode 100644
index 0000000..99e080a
--- /dev/null
+++ b/extras/metrics/Makefile.am
@@ -0,0 +1,12 @@
+ASSEMBLY = Metrics
+TARGET = exe
+LINK = $(LINK_HYENA_DEPS)
+SOURCES = \
+ Database.cs \
+ Main.cs \
+ MetaMetrics.cs \
+ MultiUserSample.cs
+
+RESOURCES =
+
+include $(top_srcdir)/build/build.mk
diff --git a/extras/metrics/metrics.csproj b/extras/metrics/metrics.csproj
index e2a9c85..8362410 100644
--- a/extras/metrics/metrics.csproj
+++ b/extras/metrics/metrics.csproj
@@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>metrics</RootNamespace>
<ReleaseVersion>1.3</ReleaseVersion>
- <AssemblyName>metrics</AssemblyName>
+ <AssemblyName>Metrics</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]