[vlmc-devel] Makefile.am: Include resources in the build

Hugo Beauzée-Luyssen git at videolan.org
Fri Jul 22 15:48:11 CEST 2016


vlmc | branch: autotools | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jul 22 15:47:47 2016 +0200| [ceb2902dc2517f0443ae93e97519dc6d37e1db35] | committer: Hugo Beauzée-Luyssen

Makefile.am: Include resources in the build

> https://code.videolan.org/videolan/vlmc/commit/ceb2902dc2517f0443ae93e97519dc6d37e1db35
---

 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