diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-20 15:30:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-20 15:30:04 +0200 |
commit | 1a02fb9e70fca278be1dbef03e6b73394ffe8397 (patch) | |
tree | 371bfa5df6b783f2d35bd6892d03ace2af91d96b /fpicker | |
parent | cd0d9485972bdb27a993ef44444d9d612b61ba71 (diff) |
drop -I of nonexistent dir
Change-Id: Ife9d8f758fa5a46e2ab29d43eec0a5112495ed5f
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/Library_fps_office.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/Library_fps_office.mk b/fpicker/Library_fps_office.mk index f94453e15f40..d01870f9989d 100644 --- a/fpicker/Library_fps_office.mk +++ b/fpicker/Library_fps_office.mk @@ -33,11 +33,6 @@ $(eval $(call gb_Library_use_external,fps_office,boost_headers)) $(eval $(call gb_Library_use_sdk_api,fps_office)) -$(eval $(call gb_Library_set_include,fps_office,\ - $$(INCLUDE) \ - -I$(SRCDIR)/fpicker/inc \ -)) - $(eval $(call gb_Library_use_libraries,fps_office,\ comphelper \ cppu \ |