mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-12-04 19:25:11 -05:00
Importing version 0.2.4
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@4 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.22 2001/02/16 09:51:23 jrief Exp $
|
||||
VERSION=0.2.3
|
||||
# $Id: Makefile,v 1.24 2001/05/08 07:00:06 jrief Exp $
|
||||
VERSION=0.2.4
|
||||
RELEASE=1
|
||||
CC=gcc -O2
|
||||
CFLAGS=$(INC) $(WITHTINYDNS) -DVERSION='"$(VERSION)"'
|
||||
CFLAGS=$(INC) -DVERSION='"$(VERSION)"'
|
||||
OBJS=ldap2dns.o
|
||||
LIBS=-lldap -llber -lresolv
|
||||
LIBS=-lldap -llber
|
||||
LD=gcc
|
||||
LDFLAGS=
|
||||
INSTALL_PREFIX=
|
||||
@@ -32,7 +32,7 @@ install: all
|
||||
install -o root -g root -m 644 dns.oc.conf $(LDAPCONFDIR)/
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) ldap2dns ldap2dnsd data* *.db $(SPECFILE)
|
||||
rm -f $(OBJS) ldap2dns ldap2dnsd data* *.db core $(SPECFILE)
|
||||
|
||||
tar: clean
|
||||
cd ..; \
|
||||
|
||||
Reference in New Issue
Block a user