mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
e84077e4b2
Original commit message from CVS: fix make distcheck mv examples/gstreamer examples/gst
7 lines
102 B
Makefile
7 lines
102 B
Makefile
testprogs = element.py
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_SCRIPTS = $(testprogs)
|
|
|
|
EXTRA_DIST = $(testprogs)
|