summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars@uebernic.de>2015-02-14 19:42:32 +0100
committerLars Uebernickel <lars@uebernic.de>2015-02-16 08:31:06 +0100
commit7461b34705e01f5f813ec3aef8fba6166116c0b0 (patch)
treecc3901638aeebcbc83dab95912211b856e218f7c /Makefile.am
parent039caae6fba7dc86a70a33bdebd739159d4adedf (diff)
downloadgnome-logs-7461b34705e01f5f813ec3aef8fba6166116c0b0.tar.gz
Add GlJournalModel
A GListModel that contains all journal entries for a given set of matches. This let's us have a single listbox in GlEventViewList that is bound to this model.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ec9deda..399ddf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ gnome_logs_SOURCES = \
src/gl-eventviewlist.c \
src/gl-eventviewrow.c \
src/gl-journal.c \
+ src/gl-journal-model.c \
src/gl-main.c \
src/gl-util.c \
src/gl-window.c
@@ -60,6 +61,7 @@ noinst_gnome_logs_headers = \
src/gl-eventviewlist.h \
src/gl-eventviewrow.h \
src/gl-journal.h \
+ src/gl-journal-model.h \
src/gl-util.h \
src/gl-window.h