mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
0032727103
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 ;-)
14 lines
281 B
Makefile
14 lines
281 B
Makefile
SUBDIRS = gst plugins test editor tools docs
|
|
|
|
bin_SCRIPTS = gstreamer-config
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = gstreamer.m4
|
|
|
|
EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4
|
|
|
|
dist-hook:
|
|
cp gstreamer.spec $(distdir)
|
|
|
|
rpm: dist
|
|
rpm -ta $(distdir).tar.gz
|