rtsp-media: remove bus watch before finalizing
[platform/upstream/gstreamer.git] / pkgconfig / Makefile.am
1 pcfiles = \
2         gstreamer-rtsp-server-@GST_API_VERSION@.pc
3         
4 pcfiles_uninstalled = \
5         gstreamer-rtsp-server-@GST_API_VERSION@-uninstalled.pc
6
7 all-local: $(pcfiles) $(pcfiles_uninstalled)
8
9 ### how to generate pc files
10 %-@GST_API_VERSION@.pc: %.pc
11         cp $< $@
12 %-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc
13         cp $< $@
14
15 pkgconfigdir = $(libdir)/pkgconfig
16 pkgconfig_DATA = $(pcfiles)
17
18 EXTRA_DIST = \
19         gstreamer-rtsp-server.pc.in \
20         gstreamer-rtsp-server-uninstalled.pc.in
21 CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)