diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-24 10:52:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-24 11:01:06 +0300 |
commit | e4e9fba5f471141b14cff6d27586d37e28fc38c0 (patch) | |
tree | 492a507f3f13c5183654ed27d1382931bdec8db8 /unotools | |
parent | 5b5b1bb382a2a07144a2513cd477a013636c15b4 (diff) |
Don't point to inc directories that don't exist any longer
Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index f840fa2d7b3d..e36481167b76 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -16,12 +16,6 @@ $(eval $(call gb_Library_use_external,utl,boost_headers)) # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) -# add any additional include paths for this library here -$(eval $(call gb_Library_set_include,utl,\ - -I$(SRCDIR)/unotools/inc \ - $$(INCLUDE) \ -)) - # add any additional definitions to be set for compilation here # (e.g. -DLIB_DLLIMPLEMENTATION) $(eval $(call gb_Library_add_defs,utl,\ |