summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftcalc.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-09-17 18:41:45 +0200
committerDavid Tardon <dtardon@redhat.com>2014-09-17 19:26:26 +0200
commita23a51af899b31bcf93781637371ffd8ef813bf5 (patch)
tree462a72c4b5f163f6d5a24b6c06529a7149bfa526 /writerperfect/Library_wpftcalc.mk
parent563401545828111f9da413be157b7a91a0f361ab (diff)
convert wpftcalc to use ImportFilter base class
Change-Id: I6692aee51753cddf57aaca1b7b7a94afafe60a9d
Diffstat (limited to 'writerperfect/Library_wpftcalc.mk')
-rw-r--r--writerperfect/Library_wpftcalc.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/writerperfect/Library_wpftcalc.mk b/writerperfect/Library_wpftcalc.mk
index e09c195fd183..49d4b6cf2871 100644
--- a/writerperfect/Library_wpftcalc.mk
+++ b/writerperfect/Library_wpftcalc.mk
@@ -19,6 +19,11 @@
$(eval $(call gb_Library_Library,wpftcalc))
+$(eval $(call gb_Library_set_include,wpftcalc,\
+ -I$(SRCDIR)/writerperfect/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_set_componentfile,wpftcalc,writerperfect/source/calc/wpftcalc))
$(eval $(call gb_Library_use_sdk_api,wpftcalc))
@@ -49,7 +54,6 @@ $(eval $(call gb_Library_use_externals,wpftcalc,\
))
$(eval $(call gb_Library_add_exception_objects,wpftcalc,\
- writerperfect/source/calc/ImportFilterBase \
writerperfect/source/calc/MSWorksCalcImportFilter \
writerperfect/source/calc/MWAWCalcImportFilter \
writerperfect/source/calc/wpftcalc_genericfilter \