From 8e14ec3e0dfe631d05a31058ecea72600f39f9b8 Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Fri, 13 Jun 2014 23:22:53 +0200 Subject: [PATCH] build: fix top folder in tarball fixes #731359 --- configure.ac | 2 +- sources/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ae4580331a..bb84321671 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gstreamer-sharp], m4_esyscmd([tr -d '\n' < VERSION])) +AC_INIT(gstreamer-sharp, m4_esyscmd([tr -d '\n' < VERSION])) AC_CONFIG_SRCDIR([README]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE diff --git a/sources/Makefile.am b/sources/Makefile.am index 55c77b6cf2..4b6d186f82 100644 --- a/sources/Makefile.am +++ b/sources/Makefile.am @@ -21,7 +21,7 @@ EXTRA_DIST = \ $(METADATA) \ AssemblyInfo.cs.in \ $(ASSEMBLY_NAME).snk \ - gstreamer-sharp.xml + gstreamer-sharp-api.xml all: generated-stamp $(ASSEMBLY)