fixed error message displayed when a note does not exist.
[ptask.git] / src / Makefile.am
index db90364..e8dae2f 100644 (file)
@@ -14,8 +14,11 @@ bin_PROGRAMS = ptask
 ptask_SOURCES = main.c \
        log.c log.h \
        note.c note.h \
+       pstr.c pstr.h \
        ptime.c ptime.h \
-       tw.c tw.h
+       tw.c tw.h \
+       ui.c ui.h \
+       ui_newtask_diag.c ui_newtask_diag.h
 
 dist_man_MANS = ptask.1
 
@@ -23,3 +26,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@