vlc | branch: master | Marvin Scholz <[email protected]> | Sun Jun 5 11:28:29 2016 +0200| [ecb8179d5d8871c00535c195ce7b9845f8e6e69d] | committer: Felix Paul Kühne
macosx: Add new VLCHUD classes to Makefile Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecb8179d5d8871c00535c195ce7b9845f8e6e69d --- modules/gui/macosx/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/macosx/Makefile.am b/modules/gui/macosx/Makefile.am index ed5e76a..dbbd687 100644 --- a/modules/gui/macosx/Makefile.am +++ b/modules/gui/macosx/Makefile.am @@ -80,4 +80,5 @@ libmacosx_plugin_la_SOURCES = \ VLCHUDSliderCell.h VLCHUDSliderCell.m \ VLCHUDButtonCell.h VLCHUDButtonCell.m \ VLCHUDCheckboxCell.h VLCHUDCheckboxCell.m \ - VLCHUDRadiobuttonCell.h VLCHUDRadiobuttonCell.m + VLCHUDRadiobuttonCell.h VLCHUDRadiobuttonCell.m \ + VLCHUDTextFieldCell.h VLCHUDTextFieldCell.m _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
