[vlc-commits] macosx: Add new VLCHUD classes to Makefile

Marvin Scholz git at videolan.org
Sun Jun 5 11:56:13 CEST 2016


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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 <fkuehne at videolan.org>

> 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



More information about the vlc-commits mailing list