summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 04a85472..dcb7c97e 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -20,6 +20,9 @@ LASSOSOURCES = lasso.c lasso.h php_lasso.h
lib_LTLIBRARIES = liblasso.la \
$(NULL)
+
+prefix=@PHP_PREFIX@
+libdir=@PHP_EXTENSION_DIR@
liblasso_la_SOURCES = $(LASSOSOURCES)
liblasso_la_LIBADD = $(mylibs) \