Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanups, enhancements and fixes by Matthew Wild and me #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
13 changes: 0 additions & 13 deletions CVSROOT/checkoutlist

This file was deleted.

24 changes: 0 additions & 24 deletions CVSROOT/commitinfo

This file was deleted.

37 changes: 0 additions & 37 deletions CVSROOT/config

This file was deleted.

19 changes: 0 additions & 19 deletions CVSROOT/cvswrappers

This file was deleted.

31 changes: 0 additions & 31 deletions CVSROOT/loginfo

This file was deleted.

26 changes: 0 additions & 26 deletions CVSROOT/modules

This file was deleted.

17 changes: 0 additions & 17 deletions CVSROOT/notify

This file was deleted.

13 changes: 0 additions & 13 deletions CVSROOT/rcsinfo

This file was deleted.

40 changes: 0 additions & 40 deletions CVSROOT/taginfo

This file was deleted.

29 changes: 0 additions & 29 deletions CVSROOT/verifymsg

This file was deleted.

6 changes: 3 additions & 3 deletions lualdap/Makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ $(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
$(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c

install: src/$(LIBNAME)
mkdir -p $(LUA_LIBDIR)
cp src/$(LIBNAME) $(LUA_LIBDIR)
cd $(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so
mkdir -p $(DESTDIR)$(LUA_LIBDIR)
cp src/$(LIBNAME) $(DESTDIR)$(LUA_LIBDIR)
cd $(DESTDIR)$(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so

clean:
rm -f $(OBJS) src/$(LIBNAME)
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lualdap/config → config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LIB_OPTION= -shared #for Linux
#LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X

# Lua version number (first and second digits of target version)
LUA_VERSION_NUM= 500
LUA_VERSION_NUM= 501
LIBNAME= $T.so.$V
COMPAT_DIR= ../compat/src

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Loading