sync
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:00:00 +0000 (13:00 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:00:00 +0000 (13:00 +0800)
Makefile.am
config1.builder

index 16afbd0..23a0ff9 100644 (file)
@@ -23,7 +23,9 @@ Gitlive_SOURCES = \
           StatusIcon.vala \
           GitRepo.vala \
           c/xorg_idletime.c \
-          WindowLog.vala
+          WindowLog.vala \ 
+          Clones.vala
+          
 
 
                
index b1507d7..8b1e04d 100644 (file)
@@ -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