mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
21 lines
480 B
Makefile
21 lines
480 B
Makefile
AUTOMAKE_OPTIONS = -Wno-portability
|
|
|
|
pcfiles = gstreamer-vaapi-@GST_MAJORMINOR@.pc
|
|
pcfiles += gstreamer-vaapi-x11-@GST_MAJORMINOR@.pc
|
|
|
|
pkgconfigdir = @pkgconfigdir@
|
|
pkgconfig_DATA = $(pcfiles)
|
|
|
|
EXTRA_DIST = \
|
|
gstreamer-vaapi.pc.in \
|
|
gstreamer-vaapi-x11.pc.in \
|
|
$(NULL)
|
|
|
|
CLEANFILES = $(pcfiles)
|
|
|
|
# XXX: this is a GNU make extension
|
|
%-@GST_MAJORMINOR@.pc: %.pc
|
|
cp $< $@
|
|
|
|
# Extra clean files so that maintainer-clean removes *everything*
|
|
MAINTAINERCLEANFILES = Makefile.in
|