diff --git a/engine/Makefile.kernel-server b/engine/Makefile.kernel-server index b2599af355e..c6b64a7fab6 100644 --- a/engine/Makefile.kernel-server +++ b/engine/Makefile.kernel-server @@ -63,6 +63,7 @@ SOURCES=\ fonttable.cpp fieldrtf.cpp fieldhtml.cpp fieldstyledtext.cpp paragrafattr.cpp \ graphicscontext.cpp lnxflst.cpp lnxflstold.cpp lnxelevate.cpp \ linux-theme.cpp \ + linuxstubs.cpp \ modules.cpp \ module-canvas.cpp \ module-engine.cpp \ diff --git a/rules/common.linux.makefile b/rules/common.linux.makefile index e584ff29017..7a00e7078be 100644 --- a/rules/common.linux.makefile +++ b/rules/common.linux.makefile @@ -38,6 +38,7 @@ GLOBAL_INCLUDES=\ $(SOLUTION_DIR)/thirdparty/libskia/include/pathops \ $(SOLUTION_DIR)/thirdparty/libskia/include/ports \ $(SOLUTION_DIR)/thirdparty/libskia/include/utils \ + $(SOLUTION_DIR)/thirdparty/libfreetype/include \ $(SOLUTION_DIR)/prebuilt/include \ $(SOLUTION_DIR)/thirdparty/libffi/linux/i686-pc-linux-gnu