Kaydet (Commit) 72279eaa authored tarafından Michael Stahl's avatar Michael Stahl

sane: remove Package_inc

Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
üst fea65aaa
......@@ -188,8 +188,9 @@ endif
ifeq (SANE,$(filter SANE,$(BUILD_TYPE))$(filter WNT,$(OS)))
define gb_LinkTarget__use_sane_headers
$(call gb_LinkTarget_use_packages,$(1),\
sane_inc \
$(call gb_LinkTarget_set_include,$(1),\
-I$(SRCDIR)/sane/inc \
$$(INCLUDE) \
)
endef
......
......@@ -10,10 +10,3 @@
$(eval $(call gb_Module_Module,sane))
ifneq ($(OS),WNT)
ifneq (,$(filter SANE,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,sane,\
Package_inc \
))
endif
endif
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,sane_inc,$(SRCDIR)/sane/inc))
$(eval $(call gb_Package_add_file,sane_inc,inc/external/sane/sane.h,sane.h))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment