From beb11a99ba7eaf431e4385146576ce96fdcb7283 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 16 Dec 2016 17:33:44 +0000 Subject: [PATCH] Really remove generated .spec file --- .gitignore | 1 - Makefile.am | 3 ++- configure.ac | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1a22c38..0d737b5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ autoregen.sh autom4te.cache aclocal.m4 INSTALL -gst-libav.spec - m4/libtool.m4 m4/ltoptions.m4 diff --git a/Makefile.am b/Makefile.am index ce8e26f..dc80f1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig EXTRA_DIST = \ - gst-libav.spec depcomp autogen.sh \ + depcomp autogen.sh \ AUTHORS COPYING NEWS README ChangeLog gst-libav.doap ACLOCAL_AMFLAGS = -I m4 -I common/m4 @@ -32,6 +32,7 @@ build-checks: endif CRUFT_FILES = \ + $(top_builddir)/gst-libav.spec \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ $(top_builddir)/common/m4/libtool.m4 \ diff --git a/configure.ac b/configure.ac index 2a4a57d..f1f7789 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,6 @@ AC_CONFIG_FILES( Makefile common/Makefile common/m4/Makefile -gst-libav.spec ext/Makefile ext/libav/Makefile ext/libswscale/Makefile -- 2.7.4