]> andersk Git - moira.git/commitdiff
Put LDAP_HOME headers and libs first in our search path so we're sure to
authorzacheiss <zacheiss>
Sat, 13 May 2006 02:36:08 +0000 (02:36 +0000)
committerzacheiss <zacheiss>
Sat, 13 May 2006 02:36:08 +0000 (02:36 +0000)
get the right LDAP installation.

incremental/winad/Makefile.in

index 51c2ffce72c27d05e0b874af1406a139dce4d68a..f227c0ded1dab7467cc57df6b774ba6a92ee8dea 100644 (file)
@@ -8,7 +8,7 @@ CPPFLAGS=@CPPFLAGS@
 LDAP_CPPFLAGS=@LDAP_CPPFLAGS@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
-ALL_CFLAGS=$(CPPFLAGS) $(LDAP_CPPFLAGS) $(CFLAGS) $(DEFS)
+ALL_CFLAGS=$(LDAP_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 LDAP_LIBS=@LDAP_LIBS@
 LIBS=@LIBS@
@@ -48,5 +48,5 @@ install:
        $(INSTALL_PROGRAM) winad.incr $(mrbindir)
 
 winad.incr: $(WINAD_OBJS) $(MR_LIBDEP)
-       $(CC) -o $@ $(LDFLAGS) $(WINAD_OBJS) $(LDAP_LIBS) -lldap -llber \
+       $(CC) -o $@ $(LDAP_LIBS) $(LDFLAGS) $(WINAD_OBJS) -lldap -llber \
        -lgssapi_krb5 $(LIBS)
This page took 0.055816 seconds and 5 git commands to generate.