X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=58ff4751e3ed4ac7dbbeb4bf1bbee92a6f0b26b0;hb=24fbad1fafb0e7c0cd65afb199a29a8676db5b5e;hp=4a5d36752d0f515b24765e6f60027296f2f5d2f5;hpb=c0cda2fe5f100bcf3dcbae21d1b794493092947b;p=prss.git diff --git a/src/Makefile.am b/src/Makefile.am index 4a5d367..58ff475 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = -Wall -Werror $(CURL_CFLAGS) $(GTK_CFLAGS) $(JSON_CFLAGS) $(WEBKIT DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@ -LIBS = $(CURL_LIBS) $(JSON_LIBS) $(GTK_LIBS) $(WEBKIT_LIBS) +LIBS = $(CURL_LIBS) $(JSON_LIBS) $(GTK_LIBS) $(PTHREAD_LIBS) $(WEBKIT_LIBS) bin_PROGRAMS = prss @@ -16,12 +16,24 @@ prss_SOURCES = main.c \ http.h \ io.c \ io.h \ + list.c \ + list.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 \ ttrss_ws.h \ + ttrss_wsasync.c \ + ttrss_wsasync.h \ url.c \ url.h \ webbrowser.c \