From 8ca862c9f7479deadd67ad5136cc763569bcc91c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 13:00:00 +0800 Subject: [PATCH] sync --- Makefile.am | 4 +++- config1.builder | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 16afbd0c..23a0ff99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,9 @@ Gitlive_SOURCES = \ StatusIcon.vala \ GitRepo.vala \ c/xorg_idletime.c \ - WindowLog.vala + WindowLog.vala \ + Clones.vala + diff --git a/config1.builder b/config1.builder index b1507d79..8b1e04d1 100644 --- a/config1.builder +++ b/config1.builder @@ -12,7 +12,8 @@ "..//gitlive/Spawn.vala", "..//gitlive/StatusIcon.vala", "..//gitlive/WindowLog.vala", - "..//gitlive" + "..//gitlive", + "..//gitlive/Clones.vala" ], "packages" : [ ] @@ -31,7 +32,9 @@ "gee-0.8", "posix", "libnotify", - "glib-2.0" + "glib-2.0", + "gtk+-4.0", + "gdk-3.0" ] } ] \ No newline at end of file -- 2.39.2