]> git.sur5r.net Git - openldap/blobdiff - clients/rcpt500/Makefile.in
Update build environment to fix VPATH support.
[openldap] / clients / rcpt500 / Makefile.in
index 541b8374ab9452f97d730a6b8aa1a3e8694b75eb..8a7edd87dac81421ceaa298212401cb19505feaa 100644 (file)
@@ -7,6 +7,9 @@ HDRS= rcpt500.h
 LDAP_INCDIR= ../../include       
 LDAP_LIBDIR= ../../libraries
 
+XLIBS = $(LDAP_LIBS)
+XXLIBS = $(KRB_LIBS)
+
 rcpt500 : version.o
        $(LTLINK) -o $@ version.o $(OBJS) $(LIBS)
 
@@ -22,4 +25,4 @@ install-local: $(PROGRAMS) rcpt500.help FORCE
        -$(MKDIR) $(libexecdir) $(datadir)
        $(LTINSTALL) $(INSTALLFLAGS) -m 755 rcpt500 $(libexecdir)
        -$(MV) $(datadir)/rcpt500.help $(datadir)/rcpt500.help-
-       $(INSTALL) $(INSTALLFLAGS) -m 644 rcpt500.help $(datadir)
+       $(INSTALL) $(INSTALLFLAGS) -m 644 $(srcdir)/rcpt500.help $(datadir)