summaryrefslogtreecommitdiff
path: root/extensions/Library_updatecheckui.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 16:34:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 08:57:30 +0100
commit816190b7b0f0cb75782cd12fe2cd908fdaf819fa (patch)
tree4d8c1ce10b7cd4b3d43c59fcd7699e176a3df2a3 /extensions/Library_updatecheckui.mk
parent7df948695e5be0077fd9d7d8bc8e25072c345890 (diff)
remove extensions bitmaps from .src files
resulting in the removal of a updchk .res file Change-Id: I7a6f3601f25763253ba34590a1970ca8a042db23
Diffstat (limited to 'extensions/Library_updatecheckui.mk')
-rw-r--r--extensions/Library_updatecheckui.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/Library_updatecheckui.mk b/extensions/Library_updatecheckui.mk
index 2b987942ee85..a98cf964645b 100644
--- a/extensions/Library_updatecheckui.mk
+++ b/extensions/Library_updatecheckui.mk
@@ -9,6 +9,11 @@
$(eval $(call gb_Library_Library,updatecheckui))
+$(eval $(call gb_Library_set_include,updatecheckui,\
+ -I$(SRCDIR)/extensions/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_set_componentfile,updatecheckui,extensions/source/update/ui/updchk))
$(eval $(call gb_Library_use_external,updatecheckui,boost_headers))