]> arthur.barton.de Git - netatalk.git/commitdiff
MFH: rev 1.17
authorjmarcus <jmarcus>
Sun, 23 Mar 2003 21:24:03 +0000 (21:24 +0000)
committerjmarcus <jmarcus>
Sun, 23 Mar 2003 21:24:03 +0000 (21:24 +0000)
Make sure papd is linked with pam if pam support is requested.

etc/papd/Makefile.am

index 02245657dc45e50445af5755843fb654fcb71d75..40eeed2a9f03b5209a2b30a89c840917200eb207 100644 (file)
@@ -28,3 +28,5 @@ CFLAGS = \
        @CFLAGS@ \
        -D_PATH_PAPDCONF=\"$(pkgconfdir)/papd.conf\" \
        -D_PATH_PAPDUAMPATH=\"$(UAMS_PATH)/\"
+
+LIBS = @PAM_LIBS@