[vlmc-devel] Makefile.am: Include resources in the build
Hugo Beauzée-Luyssen
git at videolan.org
Tue Aug 2 01:00:36 CEST 2016
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jul 22 15:47:47 2016 +0200| [96e710884abd20e6c6cc11877dee44b1ebdffabc] | committer: Hugo Beauzée-Luyssen
Makefile.am: Include resources in the build
> https://code.videolan.org/videolan/vlmc/commit/96e710884abd20e6c6cc11877dee44b1ebdffabc
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index d893536..ad1b895 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -380,13 +380,14 @@ EXTRA_DIST += $(vlmc_UI)
vlmc_CPPFLAGS += -Isrc/Gui/ -I$(top_srcdir)/src/Gui
nodist_vlmc_SOURCES += $(vlmc_UI:.ui=.h)
-#nodist_vlmc_SOURCES +=
endif
resources.cpp: $(vlmc_RC)
$(RCC) -o $@ $<
+nodist_vlmc_SOURCES += resources.cpp
+
moc_verbose = $(moc_verbose_$(V))
moc_verbose_ = $(moc_verbose__$(AM_DEFAULT_VERBOSITY))
moc_verbose_0 = @echo " MOC " $@;
More information about the Vlmc-devel
mailing list