From b12193e68f822203ac01ea81055aebfb45b82544 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Thu, 5 Aug 2004 15:26:38 +0000 Subject: automake/autoconf support for the php binding --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ba6ef000..5df15f1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,11 @@ endif if JAVA_ENABLED JAVA_SD = java endif +if PHP_ENABLED + PHP_SD = php +endif -SUBDIRS = lasso docs $(PYTHON_SD) $(JAVA_SD) tests +SUBDIRS = lasso docs $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) tests ABS_BUILDDIR = $(shell pwd) -- cgit