summaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile.am
blob: c45755eaf91eef6bb9396f251dc090dfcff2c7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)