mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
15 lines
265 B
Makefile
15 lines
265 B
Makefile
|
pcfiles = \
|
||
|
gst-rtsp-server-@GST_MAJORMINOR@.pc
|
||
|
|
||
|
all-local: $(pcfiles)
|
||
|
|
||
|
### how to generate pc files
|
||
|
%-@GST_MAJORMINOR@.pc: %.pc
|
||
|
cp $< $@
|
||
|
|
||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = $(pcfiles)
|
||
|
|
||
|
EXTRA_DIST = gst-rtsp-server.pc.in
|
||
|
CLEANFILES = $(pcfiles)
|