From 81f077bcf2f1dab1ec72b4707f2e2782100d66eb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 24 Apr 2013 11:27:16 +0300 Subject: Don't point to inc directories that don't exist any longer Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51 --- basebmp/Library_basebmp.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'basebmp/Library_basebmp.mk') diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 3f0caeb7ae72..26d8f2a1c868 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_Library_set_include,basebmp,\ - -I$(SRCDIR)/basebmp/inc/ \ - $$(INCLUDE) \ -)) - $(eval $(call gb_Library_add_defs,basebmp,\ -DBASEBMP_DLLIMPLEMENTATION \ )) -- cgit