X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=bb1cbfce138a0671f1f1c4d1ae7cc0b6bdc99ca1;hb=909b5e1edc01d95ebfaf39982b69831d8503c74c;hp=27a5ad91e6adda613f05fbd0eb450ea743b3cf01;hpb=82cf3f9476fae353dbbe4330da49293fc41f500d;p=ptask.git diff --git a/src/Makefile.am b/src/Makefile.am index 27a5ad9..bb1cbfc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,12 +11,20 @@ LIBS = $(JSON_LIBS) $(GTK_LIBS) bin_PROGRAMS = ptask -ptask_SOURCES = main.c \ +ptask_SOURCES = list.c list.h \ log.c log.h \ + main.c \ note.c note.h \ + pio.c pio.h \ pstr.c pstr.h \ ptime.c ptime.h \ - tw.c tw.h + settings.c settings.h \ + tw.c tw.h \ + ui.c ui.h \ + ui_newtask_diag.c ui_newtask_diag.h \ + ui_projecttree.c ui_projecttree.h \ + ui_taskpanel.c ui_taskpanel.h \ + ui_tasktree.c ui_tasktree.h dist_man_MANS = ptask.1 @@ -24,3 +32,7 @@ ptask.1: main.c $(top_srcdir)/configure.ac $(MAKE) $(AM_MAKEFLAGS) ptask$(EXEEXT) help2man -N --name="GTk+ Task application" --output=ptask.1 ./ptask$(EXEEXT) +gsettings_SCHEMAS=ptask.gschema.xml +EXTRA_DIST=$(gsettings_SCHEMAS) + +@GSETTINGS_RULES@