~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to lttng-ust.pc.in

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2012-06-29 16:47:49 UTC
  • mto: (11.2.1 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20120629164749-mcca8f7w9ovcktj2
Tags: upstream-2.0.4
ImportĀ upstreamĀ versionĀ 2.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: LTTng Userspace Tracer
 
7
Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. 
 
8
Version: @PACKAGE_VERSION@
 
9
Requires:
 
10
Requires.private: liburcu-bp
 
11
Libs: -L${libdir} -llttng-ust -ldl
 
12
Cflags: -I${includedir} 
 
13