From f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Wed, 17 Oct 2007 15:40:55 -0400 Subject: Autotool ipa-server - patch from William Jon McCann . --- ipa-server/ipa-slapi-plugins/dna/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ipa-server/ipa-slapi-plugins/dna/Makefile (limited to 'ipa-server/ipa-slapi-plugins/dna/Makefile') diff --git a/ipa-server/ipa-slapi-plugins/dna/Makefile b/ipa-server/ipa-slapi-plugins/dna/Makefile deleted file mode 100644 index 1e37d7793..000000000 --- a/ipa-server/ipa-slapi-plugins/dna/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -include ../../Makefile.common - -SONAME = libipa-dna-plugin.so -LDFLAGS += -llber -CFLAGS += -I/usr/include/$(DIRSRV) -I/usr/include/nss3 -I/usr/include/mozldap -I/usr/include/nspr4 -fPIC -DPIC - -OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) - -all: $(OBJS) - $(CC) $(LDFLAGS) $(OBJS) -Wl,-soname -Wl,$(SONAME) -shared -o $(SONAME) - -%.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< - -install: - mkdir -p $(PLUGINDIR); \ - install -m 644 $(SONAME) $(PLUGINDIR); \ - install -m 644 *.ldif $(SHAREDIR) - -clean: - rm -f *.o - rm -f $(SONAME) - rm -f *~ - - -- cgit