diff options
Diffstat (limited to 'idl/Executable_svidl.mk')
-rw-r--r-- | idl/Executable_svidl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index 8ae41a5894f9..5c69651fdc0b 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -28,6 +28,8 @@ $(eval $(call gb_Executable_Executable,svidl)) +$(eval $(call gb_Executable_use_external,svidl,boost_headers)) + $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(SRCDIR)/idl/inc \ |