mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
7690e5ad07
Make the 'moc_*.cpp' and '*.moc' files dependencies of '$(SRC_CC:.cpp=.o)' to make sure that they get built. This patch fixes #99.
6 lines
194 B
Makefile
6 lines
194 B
Makefile
SRC_CC += $(filter %.cpp, $(QT_SOURCES))
|
|
SRC_C += $(filter %.c, $(QT_SOURCES))
|
|
|
|
$(SRC_CC:.cpp=.o): $(COMPILER_MOC_HEADER_MAKE_ALL_FILES)
|
|
$(SRC_CC:.cpp=.o): $(COMPILER_MOC_SOURCE_MAKE_ALL_FILES)
|