[vlmc-devel] Makefile.am: resources: Fix out of sources build

Hugo Beauzée-Luyssen git at videolan.org
Wed Aug 3 19:10:41 CEST 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Aug  3 19:10:25 2016 +0200| [73e0d8b024e99302e3d0e9830eab9194789cdbce] | committer: Hugo Beauzée-Luyssen

Makefile.am: resources: Fix out of sources build

> https://code.videolan.org/videolan/vlmc/commit/73e0d8b024e99302e3d0e9830eab9194789cdbce
---

 Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7be98c0..37f5f17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,15 +128,15 @@ nodist_vlmc_SOURCES = \
 	$(NULL)
 
 vlmc_RC = \
-	resources.qrc \
-	src/Gui/timeline/resources-timeline.qrc \
+	$(top_srcdir)/resources.qrc \
+	$(top_srcdir)/src/Gui/timeline/resources-timeline.qrc \
 	$(NULL)
 
 EXTRA_DIST = $(vlmc_RC)
 
 if HAVE_WIN32
 vlmc_SOURCES += src/Main/winvlmc.cpp
-vlmc_RC += resources/styles.qrc
+vlmc_RC += $(top_srcdir)/resources/styles.qrc
 else
 vlmc_SOURCES += src/Main/vlmc.cpp
 endif



More information about the Vlmc-devel mailing list