summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-24 11:27:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-24 11:27:16 +0300
commit81f077bcf2f1dab1ec72b4707f2e2782100d66eb (patch)
tree3e81e2a0ca955d135accdf85fbe4b091486f51c8 /basebmp
parentd12a3e8b760c3b104b0adbf7b7adafd1498a836e (diff)
Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/CppunitTest_basebmp.mk5
-rw-r--r--basebmp/Library_basebmp.mk5
2 files changed, 0 insertions, 10 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk
index 9f55ba1d390e..67113ff0d874 100644
--- a/basebmp/CppunitTest_basebmp.mk
+++ b/basebmp/CppunitTest_basebmp.mk
@@ -9,11 +9,6 @@
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
-$(eval $(call gb_CppunitTest_set_include,basebmp_cpputest,\
- -I$(SRCDIR)/basebmp/inc/ \
- $$(INCLUDE) \
-))
-
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk
index 3f0caeb7ae72..26d8f2a1c868 100644
--- a/basebmp/Library_basebmp.mk
+++ b/basebmp/Library_basebmp.mk
@@ -22,11 +22,6 @@ $(eval $(call gb_Library_use_libraries,basebmp,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_set_include,basebmp,\
- -I$(SRCDIR)/basebmp/inc/ \
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Library_add_defs,basebmp,\
-DBASEBMP_DLLIMPLEMENTATION \
))