You need to sign in or sign up before continuing.
Newer
Older
SRCS= main.c
XSRCS= version.c
OBJS= main.o
PROGRAMS= in.xfingerd
LDAP_INCDIR= ../../include
LDAP_LIBDIR= ../../libraries
XLIBS = -lldap -llber -llutil
Kurt Zeilenga
committed
$(LTLINK) -o $@ version.o $(OBJS) $(LIBS)
@-$(RM) $@
$(MKVERSION) in.xfingerd > $@
Kurt Zeilenga
committed
install-local: $(PROGRAMS) FORCE
Kurt Zeilenga
committed
$(LTINSTALL) $(INSTALLFLAGS) -m 755 in.xfingerd $(libexecdir)