X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2FMakefile.am;h=cfd0803b08be89ea6c2099d70abbe409b9d90b37;hp=348772c48e284e6882a33912890f125a5ef2062c;hb=82eee30857df0465a15aaa965b6b81124aa91690;hpb=09a826a93753ebb1b82fbc30574c034f084e02b8 diff --git a/src/Makefile.am b/src/Makefile.am index 348772c..cfd0803 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,14 +16,22 @@ prss_SOURCES = main.c \ http.h \ io.c \ io.h \ - log.c \ - log.h \ + list.c \ + list.h \ + plog.c \ + plog.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 \