From 2288ad08f725f82e5257099971ea8cbee824b5b9 Mon Sep 17 00:00:00 2001 From: Nikita Zlobin Date: Sat, 22 May 2021 15:19:48 +0500 Subject: [PATCH] Minimize rebuilds on git version change It's headache when even doing commit leads to almost full rebuild due to changed current git version without real content change. --- configure.ac | 1 - source/rofi.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 03dc1d2f5..c087d872b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,6 @@ AC_INIT([rofi], [1.6.1-dev], [https://github.com/davatorium/rofi/],[],[https://r AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h]) -AH_BOTTOM([#include "gitconfig.h"]) dnl --------------------------------------------------------------------- dnl Lex & Bison language parser. diff --git a/source/rofi.c b/source/rofi.c index fc7ba62c9..b75318463 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -30,6 +30,7 @@ #define G_LOG_DOMAIN "Rofi" #include +#include #include #include #include