From 624b4eac9fce25078af4f4e604b16f6bf3feb95e Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 10 Dec 2012 14:33:41 -0800 Subject: [PATCH] Fix ITS#7309 merge, delete non-existant overlay bits --- contrib/slapd-modules/authzid/Makefile | 52 -------------------------- contrib/slapd-modules/vc/Makefile | 52 -------------------------- 2 files changed, 104 deletions(-) delete mode 100644 contrib/slapd-modules/authzid/Makefile delete mode 100644 contrib/slapd-modules/vc/Makefile diff --git a/contrib/slapd-modules/authzid/Makefile b/contrib/slapd-modules/authzid/Makefile deleted file mode 100644 index c82e8a32a0..0000000000 --- a/contrib/slapd-modules/authzid/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# $OpenLDAP$ -# This work is part of OpenLDAP Software . -# -# Copyright 1998-2012 The OpenLDAP Foundation. -# Copyright 2004 Howard Chu, Symas Corp. All Rights Reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted only as authorized by the OpenLDAP -# Public License. -# -# A copy of this license is available in the file LICENSE in the -# top-level directory of the distribution or, alternatively, at -# . - -LIBTOOL=../../../libtool -OPT=-g -O2 -#LIBTOOL=../../../../ldap-devel/libtool -#OPT=-g -O0 -CC=gcc - -LDAP_INC=-I../../../include -I../../../servers/slapd -#LDAP_INC=-I../../../include -I../../../servers/slapd -I../../../../ldap-devel/include -INCS=$(LDAP_INC) - -LDAP_LIB=-lldap_r -llber -LIBS=$(LDAP_LIB) - -prefix=/usr/local -exec_prefix=$(prefix) -ldap_subdir=/openldap - -libdir=$(exec_prefix)/lib -libexecdir=$(exec_prefix)/libexec -moduledir = $(libexecdir)$(ldap_subdir) - -all: authzid.la - - -authzid.lo: authzid.c - $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $? - -authzid.la: authzid.lo - $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \ - -rpath $(moduledir) -module -o $@ $? $(LIBS) - -clean: - rm -f authzid.lo authzid.la - -install: authzid.la - mkdir -p $(DESTDIR)$(moduledir) - $(LIBTOOL) --mode=install cp authzid.la $(DESTDIR)$(moduledir) - diff --git a/contrib/slapd-modules/vc/Makefile b/contrib/slapd-modules/vc/Makefile deleted file mode 100644 index 04a1b02c6a..0000000000 --- a/contrib/slapd-modules/vc/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# $OpenLDAP$ -# This work is part of OpenLDAP Software . -# -# Copyright 1998-2012 The OpenLDAP Foundation. -# Copyright 2004 Howard Chu, Symas Corp. All Rights Reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted only as authorized by the OpenLDAP -# Public License. -# -# A copy of this license is available in the file LICENSE in the -# top-level directory of the distribution or, alternatively, at -# . - -LIBTOOL=../../../libtool -OPT=-g -O2 -#LIBTOOL=../../../../ldap-devel/libtool -#OPT=-g -O0 -CC=gcc - -LDAP_INC=-I../../../include -I../../../servers/slapd -#LDAP_INC=-I../../../include -I../../../servers/slapd -I../../../../ldap-devel/include -INCS=$(LDAP_INC) - -LDAP_LIB=-lldap_r -llber -LIBS=$(LDAP_LIB) - -prefix=/usr/local -exec_prefix=$(prefix) -ldap_subdir=/openldap - -libdir=$(exec_prefix)/lib -libexecdir=$(exec_prefix)/libexec -moduledir = $(libexecdir)$(ldap_subdir) - -all: vc.la - - -vc.lo: vc.c - $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $? - -vc.la: vc.lo - $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \ - -rpath $(moduledir) -module -o $@ $? $(LIBS) - -clean: - rm -f vc.lo vc.la - -install: vc.la - mkdir -p $(DESTDIR)$(moduledir) - $(LIBTOOL) --mode=install cp vc.la $(DESTDIR)$(moduledir) - -- 2.39.5