diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:54:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-19 21:56:02 +0200 |
commit | 3a699403f1c6d979fc61f4bc14e5c1f740c8aab0 (patch) | |
tree | cfc3f9947f15ee4bbd44eaff09e8e9ffe0da004c /shell | |
parent | 2847c520c3449d60dcd3f8b525fba006bc1d9e01 (diff) |
No need to use -I$(SRCDIR)/include/shell
We always use -I$(SRCDIR)/include, and the #include statements use
<shell/*.h>.
Change-Id: I62d32b3a1bd0840f3a4bb149c5552c2aed98cb56
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Library_tdebe.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/Library_tdebe.mk b/shell/Library_tdebe.mk index 3b516d8d1b9a..dc5b7355d08e 100644 --- a/shell/Library_tdebe.mk +++ b/shell/Library_tdebe.mk @@ -9,11 +9,6 @@ $(eval $(call gb_Library_Library,tdebe1)) -$(eval $(call gb_Library_set_include,tdebe1,\ - $$(INCLUDE) \ - -I$(SRCDIR)/include/shell \ -)) - $(eval $(call gb_Library_use_sdk_api,tdebe1)) $(eval $(call gb_Library_use_externals,tdebe1,\ |