projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added pkgconfig file
[platform/upstream/gstreamer.git]
/
pkgconfig
/
Makefile.am
1
pcfiles = \
2
gst-rtsp-server-@GST_MAJORMINOR@.pc
3
4
all-local: $(pcfiles)
5
6
### how to generate pc files
7
%-@GST_MAJORMINOR@.pc: %.pc
8
cp $< $@
9
10
pkgconfigdir = $(libdir)/pkgconfig
11
pkgconfig_DATA = $(pcfiles)
12
13
EXTRA_DIST = gst-rtsp-server.pc.in
14
CLEANFILES = $(pcfiles)