mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
b22c67d9d5
Fix 'make distcheck', somewhat (it still fails because it tries to install files into /usr/share/vala/vapi/ irrespective of the configured prefix).
12 lines
263 B
Makefile
12 lines
263 B
Makefile
|
|
DEPS_FILES = gst-rtsp-server-0.10.deps
|
|
VAPI_FILES = gst-rtsp-server-0.10.vapi
|
|
|
|
gst-rtsp-server-0.10.deps:
|
|
cp $(srcdir)/packages/gst-rtsp-server-0.10.deps $@
|
|
|
|
vapidir = $(VAPIDIR)
|
|
vapi_DATA = $(VAPI_FILES) $(DEPS_FILES)
|
|
|
|
EXTRA_DIST = packages $(VAPI_FILES)
|
|
|