gstreamer/pkgconfig/Makefile.am
2009-10-13 10:56:22 +02:00

21 lines
487 B
Makefile

pcfiles = \
gst-rtsp-server-@GST_MAJORMINOR@.pc
pcfiles_uninstalled = \
gst-rtsp-server-@GST_MAJORMINOR@-uninstalled.pc
all-local: $(pcfiles) $(pcfiles_uninstalled)
### how to generate pc files
%-@GST_MAJORMINOR@.pc: %.pc
cp $< $@
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
cp $< $@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)
EXTRA_DIST = \
gst-rtsp-server.pc.in \
gst-rtsp-server-uninstalled.pc.in
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)