From: Max Kellermann Date: Mon, 17 Nov 2008 20:52:00 +0000 (+0100) Subject: Makefile.am: added screen_play.h to $(ncmpc_headers) X-Git-Tag: v0.12_alpha1~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=75fb57e851aa80b19df6500ccf89de7636bc1255;p=ncmpc.git Makefile.am: added screen_play.h to $(ncmpc_headers) screen_play.h was missing in the tarball. --- diff --git a/src/Makefile.am b/src/Makefile.am index bd0168f..364c2d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,6 +25,7 @@ ncmpc_headers = \ ncu.h \ screen.h\ screen_list.h \ + screen_play.h \ screen_utils.h\ list_window.h\ colors.h\