From 53f29b57a59e51c3bbb3e2cdd5e9c29a358aed90 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 4c02888..88e4148 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',