s3:Makefile.in: use LIBDL as make variable instead of a shell variable
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Jun 2009 09:51:36 +0000 (11:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 8 Jun 2009 11:20:54 +0000 (13:20 +0200)
metze

source3/Makefile.in

index c6acb537a4e28b06625206eda984e2e4f3ee75f1..1a3c8eff03f88a007eabc21faa9545befbdfb379 100644 (file)
@@ -3165,7 +3165,7 @@ test_pam_modules:: pam_modules
        @$(LIB_PATH_VAR)=./bin && \
        export $(LIB_PATH_VAR) && \
        for module in $(PAM_MODULES); do \
-               ./script/tests/dlopen.sh -lpam ${LIBDL} bin/$${module}.@SHLIBEXT@ \
+               ./script/tests/dlopen.sh -lpam $(LIBDL) bin/$${module}.@SHLIBEXT@ \
                        || exit 1; \
        done