diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:12:12 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:12:12 +0200 |
commit | 906cd25f188b50546df808bc82ec557d3a6e404f (patch) | |
tree | 0cfbeac129f7c37690c591f208d860ad4941f7a6 /idl | |
parent | 200bc6c582d6cf2365001f27928c1e3d1f9c9845 (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'idl')
-rw-r--r-- | idl/Executable_svidl.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index da39f4d7d249..728563e42c06 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -30,11 +30,15 @@ $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(OUTDIR)/inc/ \ - -I$(OUTDIR)/inc/offuh/ \ -I$(SRCDIR)/idl/inc/pch \ -I$(SRCDIR)/idl/inc \ )) +$(eval $(call gb_Executable_add_api,svidl,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Executable_add_defs,svidl,\ -DIDL_COMPILER \ )) |