[vlmc-devel] Makefile.am: Add missing macOS sources
Hugo Beauzée-Luyssen
git at videolan.org
Tue Aug 2 01:00:40 CEST 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug 2 00:38:50 2016 +0200| [28ccc98d3ea291c6cc4c479cd6201c312fe88588] | committer: Hugo Beauzée-Luyssen
Makefile.am: Add missing macOS sources
> https://code.videolan.org/videolan/vlmc/commit/28ccc98d3ea291c6cc4c479cd6201c312fe88588
---
Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index ad1b895..24d8bee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,6 +221,10 @@ vlmc_SOURCES += \
src/Gui/wizard/firstlaunch/Done.cpp \
$(NULL)
+if HAVE_DARWIN
+vlmc_SOURCES += src/Gui/preview/RenderWidget.mm
+endif
+
vlmc_SOURCES += \
src/Gui/ClipProperty.h \
src/Gui/WorkflowFileRendererDialog.h \
More information about the Vlmc-devel
mailing list