gstreamer/pkgconfig/Makefile.am
2012-04-04 14:48:44 +02:00

22 lines
515 B
Makefile

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