From 6c701e0c410e69547053c975ad4171de09660a63 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Thu, 25 Apr 2019 22:28:16 -0400 Subject: [PATCH] build: Add missing source file In the transition to tightening our meson integration this file was left untracked by meson. --- podcasts-gtk/src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/podcasts-gtk/src/meson.build b/podcasts-gtk/src/meson.build index aa9386b..63d0739 100644 --- a/podcasts-gtk/src/meson.build +++ b/podcasts-gtk/src/meson.build @@ -41,6 +41,7 @@ podcasts_sources = files( 'widgets/appnotif.rs', 'widgets/base_view.rs', 'widgets/empty.rs', + 'widgets/episode.rs', 'widgets/home_view.rs', 'widgets/mod.rs', 'widgets/player.rs',