projects
/
platform
/
core
/
system
/
sensord.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sensor: fix the type casting issue about integer division
[platform/core/system/sensord.git]
/
src
/
client-dummy
/
sensor.pc.in
1
# Package Information for pkg-config
2
3
prefix=@PREFIX@
4
exec_prefix=@EXEC_PREFIX@
5
libdir=@PC_LIBDIR@
6
includedir=@PC_INCLUDEDIR@
7
8
Name: @PC_NAME@
9
Description: @PC_DESCRIPTION@
10
Version: @VERSION@
11
Requires: @PC_REQUIRES@
12
Libs: -L${libdir} @PC_LDFLAGS@
13
Cflags: -I${includedir} @PC_CFLAGS@