]> Pileus Git - ~andy/fetchmail/commitdiff
Move smb* sources to libfm_a_SOURCES, so that they only need to be linked if NTLM...
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 25 Sep 2005 09:30:55 +0000 (09:30 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 25 Sep 2005 09:30:55 +0000 (09:30 -0000)
svn path=/trunk/; revision=4320

Makefile.am

index 7c5dad3a4eafe4e5e8b279f0cbf5afda327d858d..8a82880956830301cdcccf7e2dc54c86afbab264 100644 (file)
@@ -23,7 +23,9 @@ localedir=            $(datadir)/locale
 DEFS=                  @DEFS@ -DLOCALEDIR=\"$(localedir)\"
 
 noinst_LIBRARIES=      libfm.a
-libfm_a_SOURCES=       xmalloc.c base64.c rfc822.c report.c rfc2047e.c servport.c \
+libfm_a_SOURCES=       xmalloc.c base64.c rfc822.c report.c rfc2047e.c \
+                       servport.c ntlm.h smbbyteorder.h smbdes.h smbmd4.h \
+                       smbencrypt.h smbdes.c smbencrypt.c smbmd4.c smbutil.c \
                        libesmtp/gethostbyname.h libesmtp/gethostbyname.c
 libfm_a_LIBADD=                $(EXTRAOBJ)
 libfm_a_DEPENDENCIES=  $(EXTRAOBJ)
@@ -44,16 +46,14 @@ TESTS=                      regression
 endif
 
 fetchmail_SOURCES=     fetchmail.h getopt.h \
-               i18n.h kerberos.h md5.h mx.h netrc.h ntlm.h \
-               smbbyteorder.h smbdes.h smbmd4.h smbencrypt.h smtp.h \
+               i18n.h kerberos.h md5.h mx.h netrc.hsmtp.h \
                socket.h tunable.h \
                socket.c getpass.c pop2.c pop3.c imap.c etrn.c \
                odmr.c fetchmail.c env.c idle.c options.c daemon.c \
                driver.c transact.c sink.c smtp.c \
                uid.c mxget.c md5ify.c cram.c kerberos.c gssapi.c \
                opie.c rpa.c interface.c netrc.c \
-               unmime.c conf.c checkalias.c smbdes.c smbencrypt.c \
-               smbmd4.c smbutil.c lock.c \
+               unmime.c conf.c checkalias.c lock.c \
                rcfile_l.l rcfile_y.y ucs/norm_charmap.c \
                libesmtp/getaddrinfo.h libesmtp/getaddrinfo.c \
                KAME/getnameinfo.c