More incremental updates. I can now successfully produce an rpm simply by typing `./autogen.sh;make rpm`. This is g...
Original commit message from CVS:
More incremental updates. I can now successfully produce an rpm simply by
typing `./autogen.sh;make rpm`. This is good ;-)
diff --git a/Makefile.am b/Makefile.am
index 1f02564..c5d8582 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,10 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = gstreamer.m4
-EXTRA_DIST = gstreamer.spec.in gstreamer-config.in
+EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4
+
+dist-hook:
+ cp gstreamer.spec $(distdir)
rpm: dist
rpm -ta $(distdir).tar.gz