X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=b99e82de86bff7f00159591902efe0c8076d33ff;hp=6601deeef5d0827defe53d8f10abead59b0552b9;hb=cd31a61dd93d8fb721e5007b48aae0e1add764ba;hpb=22f28723c526c4bd1b32095d8c56ed0516ed2402 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6601deeef..b99e82de8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,13 +1,16 @@ noinst_LTLIBRARIES = libsylpheedcommon.la libsylpheedcommon_la_SOURCES = \ - utils.c utils.h \ - hooks.c hooks.h \ base64.c base64.h \ - uuencode.c uuencode.h \ + hooks.c hooks.h \ + log.c log.h \ + md5.c md5.h \ + nntp.c nntp.h \ socket.c socket.h \ ssl.c ssl.h \ - log.c log.h + template.c template.h \ + utils.c utils.h \ + uuencode.c uuencode.h INCLUDES = \ $(GLIB_CFLAGS)