summaryrefslogtreecommitdiff
path: root/extensions/Library_so_activex_x64.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-04 09:57:54 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-04 10:32:52 +0100
commit09888c688ebfdd43a5cb1e44b6c9776eedcf5c3c (patch)
tree4799a0d716ad8d23bf7efcfb1fd6ba97e84fee9e /extensions/Library_so_activex_x64.mk
parente358dc89fe45fe198b2fe420db5100098b6a3cfa (diff)
fix building of so_activex (fdo#46847)
Diffstat (limited to 'extensions/Library_so_activex_x64.mk')
-rw-r--r--extensions/Library_so_activex_x64.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk
index 62839005a2b4..af70b6646b10 100644
--- a/extensions/Library_so_activex_x64.mk
+++ b/extensions/Library_so_activex_x64.mk
@@ -32,16 +32,15 @@ $(eval $(call gb_Library_Library,so_activex_x64))
$(eval $(call gb_Library_set_x64,so_activex_x64,YES))
-$(SRCDIR)/extensions/source/activex/so_activex.cxx: $(WORKDIR)/CustomTarget/so_activex/so_activex.tlb
-
$(eval $(call gb_Library_add_package_headers,so_activex_x64,\
+ extensions_so_activex_idl \
extensions_so_activex_x64_sources \
))
$(eval $(call gb_Library_set_include,so_activex_x64,\
$$(INCLUDE) \
-I$(SRCDIR)/extensions/source/activex \
- -I$(WORKDIR)/CustomTarget/so_activex \
+ -I$(WORKDIR)/CustomTarget/extensions/source/activex/idl \
$(foreach i,$(ATL_INCLUDE), -I$(i)) \
))