gstreamer/pkgconfig/Makefile.am

22 lines
515 B
Makefile
Raw Normal View History

2009-01-08 13:42:10 +00:00
pcfiles = \
2012-04-04 12:45:55 +00:00
gstreamer-rtsp-server-@GST_API_VERSION@.pc
2009-01-08 13:42:10 +00:00
pcfiles_uninstalled = \
2012-04-04 12:45:55 +00:00
gstreamer-rtsp-server-@GST_API_VERSION@-uninstalled.pc
all-local: $(pcfiles) $(pcfiles_uninstalled)
2009-01-08 13:42:10 +00:00
### how to generate pc files
2012-04-04 12:45:55 +00:00
%-@GST_API_VERSION@.pc: %.pc
2009-01-08 13:42:10 +00:00
cp $< $@
2012-04-04 12:45:55 +00:00
%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
cp $< $@
2009-01-08 13:42:10 +00:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)
EXTRA_DIST = \
gstreamer-rtsp-server.pc.in \
gstreamer-rtsp-server-uninstalled.pc.in
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)