summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-02-25 16:17:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-02-25 16:18:32 +0100
commitb324cbefb0b92dc7a4813dca88dc8dbd9641cc0b (patch)
tree59a6d0ff22360a10a76821c4aa5f6ba782afc567 /idlc
parent3094f6627f5925852a772754c067bfbb9491c94a (diff)
flex output needs soltools' unistd.h on WNT
Change-Id: Id7b5e421f8ff9d6db923a1fb01b1071f75a6842d
Diffstat (limited to 'idlc')
-rw-r--r--idlc/Executable_idlc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/Executable_idlc.mk b/idlc/Executable_idlc.mk
index fc40364d278d..57caed7e20ca 100644
--- a/idlc/Executable_idlc.mk
+++ b/idlc/Executable_idlc.mk
@@ -40,6 +40,8 @@ $(eval $(call gb_Executable_use_libraries,idlc,\
salhelper \
))
+$(eval $(call gb_Executable_use_package,idlc,soltools_inc))
+
$(eval $(call gb_Executable_add_grammars,idlc,\
idlc/source/parser \
))