From 0e7f0b9f5e27c925f8b4f6cf78ea7dce4b948fd1 Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Mon, 6 Jun 2005 20:23:12 +0000 Subject: Including configurable config file. --- lualdap/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lualdap/Makefile') diff --git a/lualdap/Makefile b/lualdap/Makefile index 2dcc5ae..019d6d9 100755 --- a/lualdap/Makefile +++ b/lualdap/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.21 2005-06-05 00:38:22 tomas Exp $ +# $Id: Makefile,v 1.22 2005-06-06 20:23:12 tomas Exp $ T= lualdap V= 1.0 +CONFIG= ./config -include ./config +include $(CONFIG) AR= ar rcu RANLIB= ranlib -- cgit v1.2.3-59-g8ed1b