mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 07:28:48 +00:00
7b9a2b671d
Original commit message from CVS: Add the makefile too, bla bla bla
6 lines
116 B
Makefile
6 lines
116 B
Makefile
examplesdir = $(pkgdatadir)/examples
|
|
examples_DATA = \
|
|
player.py \
|
|
videoplayer.py
|
|
|
|
EXTRA_DIST = $(examples_DATA)
|