mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
1c7d7e6a6f
Original commit message from CVS: Adding explicit license information, since quite a large number of source files don't have the LGPL header. This is something we need to fix. GNOME has a script to run around and fix things, maybe we should snag a copy and let it loose in a sandbox.
14 lines
300 B
Makefile
14 lines
300 B
Makefile
SUBDIRS = gst libs plugins test editor tools docs tests
|
|
|
|
bin_SCRIPTS = gstreamer-config
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = gstreamer.m4
|
|
|
|
EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
|
|
|
|
dist-hook:
|
|
cp gstreamer.spec $(distdir)
|
|
|
|
rpm: dist
|
|
rpm -ta $(distdir).tar.gz
|