[vlmc-devel] Makefile.am: Fix resource files dependency
Hugo Beauzée-Luyssen
git at videolan.org
Wed Jun 7 16:43:46 CEST 2017
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jun 7 16:40:11 2017 +0200| [a8824aafc34a76334667de4f2d856f21c0ad9f8c] | committer: Hugo Beauzée-Luyssen
Makefile.am: Fix resource files dependency
This ensures we will compile the resource files before using them to
generate the resources object file
> https://code.videolan.org/videolan/vlmc/commit/a8824aafc34a76334667de4f2d856f21c0ad9f8c
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 53c3ff94..6b733f02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -419,7 +419,7 @@ nodist_vlmc_SOURCES += \
endif
-resources.cpp: $(vlmc_QML)
+resources.cpp: $(vlmc_RC)
$(RCC) -o $@ $(vlmc_RC)
nodist_vlmc_SOURCES += resources.cpp
More information about the Vlmc-devel
mailing list