From 429a850d0d84176dfc1f952ec8c9d08881cf1a1c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 7 May 2013 18:51:15 +0200 Subject: sfx2: remove Package_sdi There are just a handful of sdi files in sfx2 anyway so just put sfx2/sdi on include path. Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf --- sw/Library_sw.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Library_sw.mk') diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 5ace8e832707..daf8b5f8e8dd 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -743,6 +743,7 @@ $(eval $(call gb_SdiTarget_SdiTarget,sw/sdi/swslots,sw/sdi/swriter)) $(eval $(call gb_SdiTarget_set_include,sw/sdi/swslots,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/sdi \ + -I$(SRCDIR)/sfx2/sdi \ $$(INCLUDE) \ )) -- cgit