Skip to content
Snippets Groups Projects
Commit 73e0d8b0 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Makefile.am: resources: Fix out of sources build

parent 6b2d3fc2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment