~ubuntu-desktop/bamf/ubuntu

« back to all changes in this revision

Viewing changes to lib/libwncksync/libwncksync.pc.in

  • Committer: Jason Smith
  • Date: 2009-07-20 21:28:01 UTC
  • Revision ID: jason@t500-20090720212801-5g8cbmlqbz9lbg1q
Cleanup

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
 
1
6
Name: libwncksync
2
7
Description: C Convenience library for wncksync d-bus server.
3
8
Version: 0.2
4
9
 
 
10
Requires: somethingelse-2.0 somethingmore-1.0
5
11
Libs: -L${libdir} -llibwncksync
6
 
Cflags: -I${includedir}/libwncksync
 
12
Cflags: -I${includedir}/libwncksync -I${libdir}/libwncksync/include
 
13