aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2005-06-06 20:23:12 +0000
committerTomas Guisasola <tomas@luaforge.net>2005-06-06 20:23:12 +0000
commit0e7f0b9f5e27c925f8b4f6cf78ea7dce4b948fd1 (patch)
treeb085459cb4193cbe0aef48acbcbea9e29c7e23fc /lualdap
parentStandardizing Makefile and config. (diff)
downloadlualdap-0e7f0b9f5e27c925f8b4f6cf78ea7dce4b948fd1.tar.xz
lualdap-0e7f0b9f5e27c925f8b4f6cf78ea7dce4b948fd1.zip
Including configurable config file.
Diffstat (limited to 'lualdap')
-rwxr-xr-xlualdap/Makefile5
1 files changed, 3 insertions, 2 deletions
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