gstreamer/bindings/vala/Makefile.am
Tim-Philipp Müller b22c67d9d5 build: distcheck fixes
Fix 'make distcheck', somewhat (it still fails because it tries to
install files into /usr/share/vala/vapi/ irrespective of the
configured prefix).
2010-05-20 14:34:41 +01:00

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)