mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Add the makefile too, bla bla bla
Original commit message from CVS: Add the makefile too, bla bla bla
This commit is contained in:
parent
90fc3c1629
commit
7b9a2b671d
1 changed files with 6 additions and 0 deletions
6
examples/gstplay/Makefile.am
Normal file
6
examples/gstplay/Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
|||
examplesdir = $(pkgdatadir)/examples
|
||||
examples_DATA = \
|
||||
player.py \
|
||||
videoplayer.py
|
||||
|
||||
EXTRA_DIST = $(examples_DATA)
|
Loading…
Reference in a new issue