Initial version of the patches
[transmission-rpc-pam.git] / libtransmission-Makefile.am.patch
1 Index: libtransmission/Makefile.am
2 ===================================================================
3 --- libtransmission/Makefile.am (revision 13057)
4 +++ libtransmission/Makefile.am (working copy)
5 @@ -40,6 +40,7 @@
6      magnet.c \
7      makemeta.c \
8      metainfo.c \
9 +    native-auth.c \
10      natpmp.c \
11      net.c \
12      peer-io.c \
13 @@ -91,6 +92,7 @@
14      magnet.h \
15      makemeta.h \
16      metainfo.h \
17 +    native-auth.h \
18      natpmp.h \
19      net.h \
20      peer-common.h \
21 @@ -145,6 +147,7 @@
22      @INTLLIBS@ \
23      @DHT_LIBS@ \
24      @LIBUTP_LIBS@ \
25 +    @LIBPAM_LIBS@ \
26      @LIBCURL_LIBS@ \
27      @LIBEVENT_LIBS@ \
28      @OPENSSL_LIBS@ \