summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-12-14 09:54:11 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-12-14 09:57:37 +0000
commit7446996b2af178a44670e890a66468bb80622e35 (patch)
tree15c5144b9e233bf13ca1497a5ed0b289a41ecbac /Makefile.am
parent35748dc8f23c11549ab79bb7571043a4294ec2ff (diff)
Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f5ec915c..16fae6200 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ SUBDIRS = $(ALWAYS_SUBDIRS)
DIST_SUBDIRS = $(ALWAYS_SUBDIRS)
EXTRA_DIST = \
- gst-plugins-good.spec depcomp \
+ depcomp \
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
ChangeLog gst-plugins-good.doap autogen.sh
@@ -50,6 +50,7 @@ include $(top_srcdir)/common/coverage/lcov.mak
# cruft: plugins that have been merged or moved or renamed
CRUFT_FILES = \
+ $(top_builddir)/gst-plugins-good.spec \
$(top_builddir)/win32/common/config.h-new \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \