projects
/
framework
/
uifw
/
ecore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add back in libs.private/requires to pc files with some fixes for
[framework/uifw/ecore.git]
/
ecore-ipc.pc.in
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: ecore-ipc
7
Description: E core library, IPC module
8
@pkgconfig_requires_private@: @requirements_ecore_ipc@
9
Version: @VERSION@
10
Libs: -L${libdir} -lecore_ipc
11
Cflags: -I${includedir}/ecore-@VMAJ@