X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2FMakefile.am;h=58ff4751e3ed4ac7dbbeb4bf1bbee92a6f0b26b0;hp=45e583ca1dca055a46f1b1d98c415bdd868594da;hb=24fbad1fafb0e7c0cd65afb199a29a8676db5b5e;hpb=f93956db82f2d478b1a3dfd34d3fe024d4afd636 diff --git a/src/Makefile.am b/src/Makefile.am index 45e583c..58ff475 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,10 +18,16 @@ prss_SOURCES = main.c \ io.h \ list.c \ list.h \ - log.c \ - log.h \ + plog.c \ + plog.h \ + pstr.c \ + pstr.h \ + ptime.c \ + ptime.h \ ttrss.c \ ttrss.h \ + ttrss_cache.c \ + ttrss_cache.h \ ttrss_model.c \ ttrss_model.h \ ttrss_ws.c \