diff options
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/InternalUnoApi_test_urp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/InternalUnoApi_test_urp.mk b/jurt/InternalUnoApi_test_urp.mk index 11d20cb8eb79..36c885e76e40 100644 --- a/jurt/InternalUnoApi_test_urp.mk +++ b/jurt/InternalUnoApi_test_urp.mk @@ -14,7 +14,7 @@ $(eval $(call gb_InternalUnoApi_use_api,test_urp,\ )) $(eval $(call gb_InternalUnoApi_set_include,test_urp,\ - -I$(OUTDIR)/idl \ + -I$(SRCDIR)/udkapi \ $$(INCLUDE) \ )) |