Sync with the latest one
[platform/framework/web/heap-monitor.git] / heap-monitor.pc.in
1 prefix=@PREFIX@
2 exec_prefix=@EXEC_PREFIX@
3 libdir=@LIBDIR@
4 includedir=@INCLUDEDIR@
5
6 Name: libheap-monitor
7 Description: Monitoring the heap usage with caller information
8 Version: @VERSION@
9 Libs: -L${libdir} -lheap-monitor
10 cppflags: -I${includedir}
11 Cflags: -I${includedir}