about summary refs log tree commit diff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T16·38+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T16·38+0000
commit9285f0aa2b44427afef7c50f0efae8f74307a7a5 (patch)
tree1679f4cef8c5f035b6810cb6138af9b74da81717 /Makefile.config.in
parent8f08046606c147004642a7569f78bc61ab450419 (diff)
Add a Makefile for the Perl stuff
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index b9d9bd1c46..65080c88f7 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -16,6 +16,9 @@ exec_prefix = @exec_prefix@
 libdir = @libdir@
 libexecdir = @libexecdir@
 localstatedir = @localstatedir@
+perl = @perl@
+perlbindings = @perlbindings@
+perllibdir = @perllibdir@
 pkglibdir = $(libdir)/$(PACKAGE_NAME)
 prefix = @prefix@
 storedir = @storedir@