diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-21 16:41:33 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-21 16:41:33 +0000 |
commit | 93cff3d69fb705806d2af4fd6f29c497ea3192e0 (patch) | |
tree | 628cfe4b38bcd3c2fba071e9dd528459b75571e4 /dbus-1.0.pc.in | |
parent | 47229f733179ed2f9f5e8baffe855f09530ff94f (diff) |
initial import of "dbus" skeleton
Diffstat (limited to 'dbus-1.0.pc.in')
-rw-r--r-- | dbus-1.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dbus-1.0.pc.in b/dbus-1.0.pc.in new file mode 100644 index 00000000..2df0a7cf --- /dev/null +++ b/dbus-1.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: dbus +Description: Free desktop message bus +Version: @VERSION@ +Libs: -L${libdir} -ldbus-1 +Cflags: -I${includedir}/dbus-1.0 + |