~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to moon.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

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@/libmoon
 
5
 
 
6
Name: Moon
 
7
Description: Moon
 
8
Version: @VERSION@
 
9
Requires: glib-2.0 gthread-2.0
 
10
Libs: -L${libdir} -lmoon @MOON_EXTRA_LIBS@
 
11
Cflags: -I${includedir} @MOON_EXTRA_CFLAGS@