diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-12 12:28:55 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-14 17:00:12 +0200 |
commit | d2fe7ac24b43e8a00a7c59cdbd0efb4ff117e583 (patch) | |
tree | 4da9d27b4bfc018ea1414b9e318bbd5cebe0c0a7 /dtrans | |
parent | 057d632db0872c17ebb7abb3afa26d7e97f05243 (diff) |
-I$(SRCDIR)/solenv/inc is from SOLARINC
Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/StaticLibrary_dtobj.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dtrans/StaticLibrary_dtobj.mk b/dtrans/StaticLibrary_dtobj.mk index 200edcb0e67f..cdc4a2d7c2a0 100644 --- a/dtrans/StaticLibrary_dtobj.mk +++ b/dtrans/StaticLibrary_dtobj.mk @@ -28,11 +28,6 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,dtobj)) -$(eval $(call gb_StaticLibrary_set_include,dtobj,\ - $$(INCLUDE) \ - -I$(SRCDIR)/solenv/inc \ -)) - $(eval $(call gb_StaticLibrary_use_api,dtobj,\ udkapi \ offapi \ |