Skip to content

Commit

Permalink
expose the plugindir too
Browse files Browse the repository at this point in the history
  • Loading branch information
jan@mysql.com committed Sep 10, 2009
1 parent 6b2cd0e commit c1ba3b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mysql-proxy.pc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
lualibdir=@libdir@/mysql-proxy/lua/
pkglibdir=@libdir@/mysql-proxy
lualibdir=${pkglibdir}/lua
plugindir=${pkglibdir}/plugins

Name: MySQL Proxy
Version: @VERSION@
Expand Down

0 comments on commit c1ba3b9

Please sign in to comment.