]> arthur.barton.de Git - netatalk.git/commitdiff
only link afpd libwrap with afpd, other progs don't define deny/allow_severity. Shoul...
authorbfernhomberg <bfernhomberg>
Wed, 11 Aug 2004 02:39:56 +0000 (02:39 +0000)
committerbfernhomberg <bfernhomberg>
Wed, 11 Aug 2004 02:39:56 +0000 (02:39 +0000)
etc/afpd/Makefile.am
libatalk/dsi/Makefile.am

index 86e21194b005bc46b061174998d2160707bba4b3..9741f26b259d526aad1df6ad6a7f403506911f77 100644 (file)
@@ -17,7 +17,7 @@ noinst_HEADERS = auth.h afp_config.h desktop.h directory.h file.h \
         filedir.h fork.h globals.h icon.h mangle.h misc.h status.h switch.h \
         uam_auth.h uid.h unix.h volume.h
 
-LIBS = @LIBS@ @PAM_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@
+LIBS = @LIBS@ @PAM_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@
 
 CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys \
         @CFLAGS@ @SLP_CFLAGS@ \
index caff2d7db0a539057d3e9f2eca9aabccad502e7d..d64cbed69f8babe20481577e9e13905219195877 100644 (file)
@@ -2,7 +2,7 @@
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys
 
-LIBS = @LIBS@ @WRAP_LIBS@
+LIBS = @LIBS@
 
 noinst_LTLIBRARIES = libdsi.la