summaryrefslogtreecommitdiff
path: root/touch
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-13 14:11:17 +0100
committerMichael Stahl <mstahl@redhat.com>2013-03-13 14:33:55 +0100
commit14574684dd8ccc04db94b10b331765ca5aa1d781 (patch)
treef7e0c49df4577eba8f05c18f6c469eecdb7a660b /touch
parentb7d514f78b6588e49166694ce18626a98c4d5270 (diff)
gbuild: stop using $(OUTDIR)/idl
Instead, include directly from $(SRCDIR) Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9
Diffstat (limited to 'touch')
-rw-r--r--touch/InternalUnoApi_touch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch/InternalUnoApi_touch.mk b/touch/InternalUnoApi_touch.mk
index b74af1a4cb91..f2e9ea5a8a92 100644
--- a/touch/InternalUnoApi_touch.mk
+++ b/touch/InternalUnoApi_touch.mk
@@ -19,7 +19,7 @@ $(eval $(call gb_InternalUnoApi_define_api_dependencies,touch, \
$(eval $(call gb_InternalUnoApi_set_include,touch,\
-I$(SRCDIR)/touch/idl \
- -I$(OUTDIR)/idl \
+ -I$(SRCDIR)/udkapi \
$$(INCLUDE) \
))