From 2d6c26ef303fbb4d3cb3b09c1be93b155142e9e0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Aug 2017 11:52:33 +0800 Subject: [PATCH] Makefile.am --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index ad248037..abfccf15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,9 +13,6 @@ Gitlive_PKGS = \ --pkg libnotify \ --pkg libwnck-3.0 - -GITLIVE = - Gitlive_SOURCES = \ Gitlive.vala \ Monitor.vala \ @@ -31,7 +28,7 @@ Gitlive_SOURCES = \ roobuilder_VALAFLAGS = \ --Xcc=-lXss \ --Xcc=-DWNCK_I_KNOW_THIS_IS_UNSTABLE \ - --thread -X -lm --target-glib=2.32 -g $(gitlive_PKGS) + --thread -X -lm --target-glib=2.32 -g $(Gitlive_PKGS) roobuilder_LDADD = $(GITLIVE_LIBS) -- 2.39.2