diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 18:51:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-08 17:49:55 +0200 |
commit | 429a850d0d84176dfc1f952ec8c9d08881cf1a1c (patch) | |
tree | 587b3e86c2bc398ad06c56e9b77f65731e16760c /sd/Library_sd.mk | |
parent | 06803677ef3b91ebaaa1d1338a403c578cebba99 (diff) |
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
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 5c9839af094c..8e21e8ccfd85 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -16,6 +16,7 @@ $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots)) $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\ -I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/sdi \ + -I$(SRCDIR)/sfx2/sdi \ $$(INCLUDE) \ )) @@ -24,6 +25,7 @@ $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots)) $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\ -I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/sdi \ + -I$(SRCDIR)/sfx2/sdi \ $$(INCLUDE) \ )) |