~ubuntu-branches/ubuntu/trusty/ticcutils/trusty-proposed

« back to all changes in this revision

Viewing changes to ticcutils.pc.in

  • Committer: Package Import Robot
  • Author(s): Ko van der Sloot
  • Date: 2013-04-18 15:14:58 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130418151458-o3zeb8f0676003y3
Tags: 0.4-3
debian/control: also added Replaces: libticcutils1-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
exec_prefix=@exec_prefix@
3
3
libdir=@libdir@
4
4
includedir=@includedir@
 
5
openmp=@OPENMPFLAGS@
5
6
 
6
7
Name: ticcutils
7
8
Version: @VERSION@
9
10
Requires.private:
10
11
Libs: -L${libdir} -lticcutils
11
12
Libs.private: @LIBS@
12
 
Cflags: -I${includedir} 
 
13
Cflags: ${openmp} -I${includedir}