projects
/
platform
/
core
/
multimedia
/
libmm-sound.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
focus_server: Fix bug regarding update of reacquisition information within focus...
[platform/core/multimedia/libmm-sound.git]
/
pkgconfig
/
Makefile.am
1
pcfiles = mm-sound.pc mm-keysound.pc mm-bootsound.pc
2
3
all-local: $(pcfiles)
4
5
.pc: .pc
6
cp $< $@
7
8
pkgconfigdir= $(libdir)/pkgconfig
9
pkgconfig_DATA= $(pcfiles)
10
11
CLEANFILES= $(pcfiles)
12
13
pcinfiles= mm-sound.pc.in mm-keysound.pc.in mm-bootsound.pc.in
14
15
EXTRA_DIST= $(pcinfiles)
16