From c46a6cdf769c066f76d0652a78d21f2bd12e07cd Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Tue, 2 Dec 2003 14:25:09 +0000 Subject: Acrescimo de arquivo com a licenca. Acrescimo de metamethods para __tostring. Acrescimo da introducao no manual. --- lualdap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualdap/Makefile') diff --git a/lualdap/Makefile b/lualdap/Makefile index 6529a6b..8b8aff8 100755 --- a/lualdap/Makefile +++ b/lualdap/Makefile @@ -11,7 +11,7 @@ ZIP_FILE= $(PKG).zip SRCS= README Makefile \ lualdap.c loader.tmpl \ test.lua \ - index.html manual.html lua.png + index.html manual.html license.html lua.png AR= ar rcu RANLIB= ranlib @@ -45,4 +45,4 @@ $(DYLIB): $(OBJ) gcc -o $@ -dynamiclib $(OBJ) $(LIBS_DIR) $(LIBS) clean: - rm -f $(OBJ) $(LIB) $(SO) $(DYLIB) $(DLL) + rm -f $(OBJ) $(LIB) $(SO) $(DYLIB) $(DLL) $(TAR_FILE) $(ZIP_FILE) -- cgit v1.2.3-59-g8ed1b