diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-06 15:58:44 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-06 15:58:44 +0100 |
commit | b22b6f7a7abf9b88e91c6fc1438d7ea27c16970f (patch) | |
tree | 79d21b1d65b0471aa50d39def1702ac9d6b32cc0 /sw/Library_vbaswobj.mk | |
parent | f48b320fc2c3d60f9c11acb9f06d867cfd431f31 (diff) |
gnumake2: added component registration
Diffstat (limited to 'sw/Library_vbaswobj.mk')
-rw-r--r-- | sw/Library_vbaswobj.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk index b5f4576f1d9e..669934d80471 100644 --- a/sw/Library_vbaswobj.mk +++ b/sw/Library_vbaswobj.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,vbaswobj)) +$(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj)) + $(eval $(call gb_Library_set_include,vbaswobj,\ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/filter/inc \ |