diff options
author | raster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2010-08-18 01:25:53 +0000 |
---|---|---|
committer | raster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2010-08-18 01:25:53 +0000 |
commit | 42622031cb8b14f3aecca5112e6ca9b0334ea3b7 (patch) | |
tree | 66c1cd32d4bda1627742cf6cfce7d5718c7998ea /edbus.pc.in | |
parent | eb001b4aef12a47ad5358740e9d88cd85130053a (diff) | |
download | edbus-42622031cb8b14f3aecca5112e6ca9b0334ea3b7.tar.gz edbus-42622031cb8b14f3aecca5112e6ca9b0334ea3b7.tar.bz2 edbus-42622031cb8b14f3aecca5112e6ca9b0334ea3b7.zip |
sorry vtorri :( put back in. dso fix is right due to dbus.h include.
see email! :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@51269 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'edbus.pc.in')
-rw-r--r-- | edbus.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edbus.pc.in b/edbus.pc.in index f52d330..6fb35f3 100644 --- a/edbus.pc.in +++ b/edbus.pc.in @@ -7,5 +7,5 @@ Name: edbus Description: DBus convenience library @pkgconfig_requires_private@: @requirement_edbus@ Version: @VERSION@ -Libs: -L${libdir} -ledbus +Libs: -L${libdir} -ledbus @DBUS_LIBS@ Cflags: -I${includedir}/e_dbus-@VMAJ@ |