From e4e9fba5f471141b14cff6d27586d37e28fc38c0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 24 Apr 2013 10:52:20 +0300 Subject: Don't point to inc directories that don't exist any longer Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f --- unotools/Library_utl.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'unotools/Library_utl.mk') 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,\ -- cgit