X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2FMakefile.am;h=e4850c84735c1c6fac629ba6c059989daabaea16;hp=d3055e23798b4f64a494166d6d93153357e53d9f;hb=77684af25efe1e3d3ca4e3462aed42c3489c0558;hpb=f7dfdbf9d6e84e3eb9cdcc04d232d37ef5efe80e diff --git a/src/Makefile.am b/src/Makefile.am index d3055e2..e4850c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,14 +12,20 @@ LIBS = $(CURL_LIBS) $(JSON_LIBS) $(GTK_LIBS) $(WEBKIT_LIBS) bin_PROGRAMS = prss prss_SOURCES = main.c \ - phttp.c \ - phttp.h \ - ttrss.c \ - ttrss.h \ - url.c \ - url.h \ - webbrowser.c \ - webbrowser.h + http.c \ + http.h \ + io.c \ + io.h \ + ttrss.c \ + ttrss.h \ + ttrss_model.c \ + ttrss_model.h \ + ttrss_ws.c \ + ttrss_ws.h \ + url.c \ + url.h \ + webbrowser.c \ + webbrowser.h gsettings_SCHEMAS=prss.gschema.xml