diff options
author | Max Kellermann <max@duempel.org> | 2008-11-17 21:52:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-17 21:52:00 +0100 |
commit | 75fb57e851aa80b19df6500ccf89de7636bc1255 (patch) | |
tree | df5efeae08d1df46c5fcc85d53584e50b9a98982 /src/Makefile.am | |
parent | 9de9cdd17fee48469315b58c6d0a37aa77b04aa4 (diff) | |
download | mpd-75fb57e851aa80b19df6500ccf89de7636bc1255.tar.gz mpd-75fb57e851aa80b19df6500ccf89de7636bc1255.tar.xz mpd-75fb57e851aa80b19df6500ccf89de7636bc1255.zip |
Makefile.am: added screen_play.h to $(ncmpc_headers)
screen_play.h was missing in the tarball.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bd0168f5a..364c2d0b0 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\ |