diff options
author | Ted Gould <ted@canonical.com> | 2009-04-21 14:15:22 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-21 14:15:22 -0500 |
commit | 61bc03afdadb206839db4c0eb0631104a1a2ff3b (patch) | |
tree | 36e2b4b00ac54e440cf7f13f3e1469a67b250321 /libindicator/indicator.pc.in | |
parent | 43cf92a1e3306bf142f98ebc0cc4b2c636271c0d (diff) | |
download | libayatana-indicator-61bc03afdadb206839db4c0eb0631104a1a2ff3b.tar.gz libayatana-indicator-61bc03afdadb206839db4c0eb0631104a1a2ff3b.tar.bz2 libayatana-indicator-61bc03afdadb206839db4c0eb0631104a1a2ff3b.zip |
Creating an indicator lib to make sure we can attach all these things together.
Diffstat (limited to 'libindicator/indicator.pc.in')
-rw-r--r-- | libindicator/indicator.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in new file mode 100644 index 0000000..32f865d --- /dev/null +++ b/libindicator/indicator.pc.in @@ -0,0 +1,16 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +bindir=@bindir@ +includedir=@includedir@ + +indicatordir=@indicatordir@ + +Cflags: -I${includedir}/libindicator-0.1 +Requires: gtk-2.0 +Libs: + +Name: libindicator +Description: libindicator. +Version: @VERSION@ + |