From 5c42b52e338e392966f27905a59bc0b38b9b5432 Mon Sep 17 00:00:00 2001 From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:17:57 -0400 Subject: [PATCH] resistance: fix meson.build --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 08bfbfdb..947f80e0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -10,10 +10,10 @@ labwc_sources = files( 'main.c', 'osd.c', 'output.c', + 'resistance.c', 'seat.c', 'server.c', 'ssd.c', - 'strength.c', 'subsurface.c', 'theme.c', 'view.c',