X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=b99e82de86bff7f00159591902efe0c8076d33ff;hp=0b068181cb6fc9a826aa703a692db07e7c042ee5;hb=cd31a61dd93d8fb721e5007b48aae0e1add764ba;hpb=2883f69ead2d748411b9ad94d5aec30767084f1f diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 0b068181c..b99e82de8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,7 +1,16 @@ noinst_LTLIBRARIES = libsylpheedcommon.la libsylpheedcommon_la_SOURCES = \ - base64.c base64.h + base64.c base64.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 \ + template.c template.h \ + utils.c utils.h \ + uuencode.c uuencode.h INCLUDES = \ $(GLIB_CFLAGS)