diff options
author | jgeboski <jgeboski@gmail.com> | 2014-02-27 21:18:58 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2014-02-27 21:18:58 -0300 |
commit | 489847f472faa9418ffc83b4cb211bafb9757494 (patch) | |
tree | 40b7656aeead6a7ea6bb1af1b7d19ad393c17e84 | |
parent | b42269a3546bf1eb80c99952bee0cec7f344067b (diff) |
pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085)
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -479,6 +479,7 @@ if [ "$gcov" = "1" ]; then fi if [ "$plugins" = 0 ]; then + plugindir="" echo '#undef WITH_PLUGINS' >> config.h else echo '#define WITH_PLUGINS' >> config.h @@ -570,6 +571,7 @@ fi cat <<EOF>bitlbee.pc prefix=$prefix includedir=$includedir +plugindir=$plugindir Name: bitlbee Description: IRC to IM gateway |