From 68272cea5ce125db707ce0843ee71360e5d50b1b Mon Sep 17 00:00:00 2001 From: giomatfois62 Date: Sun, 28 Jan 2024 18:29:35 +0100 Subject: [PATCH] added md5 header and source file --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index ff5fb2b35..bac07b0ab 100644 --- a/meson.build +++ b/meson.build @@ -187,6 +187,7 @@ rofi_sources = files( 'source/timings.c', 'source/history.c', 'source/theme.c', + 'source/md5.c', 'source/rofi-icon-fetcher.c', 'source/css-colors.c', 'source/widgets/box.c', @@ -219,6 +220,7 @@ rofi_sources = files( 'include/keyb.h', 'include/view.h', 'include/view-internal.h', + 'include/md5.h', 'include/rofi-icon-fetcher.h', 'include/helper.h', 'include/helper-theme.h',