diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 20:14:35 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:24 +0200 |
commit | 72279eaa88e6828004aa664050c73707d3307488 (patch) | |
tree | 62f964830d3c8e349ad82d3d6936b2af6fab9089 /sane | |
parent | fea65aaa81938372f5c9a2689db32c73618699b3 (diff) |
sane: remove Package_inc
Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb
Diffstat (limited to 'sane')
-rw-r--r-- | sane/Module_sane.mk | 7 | ||||
-rw-r--r-- | sane/Package_inc.mk | 14 | ||||
-rw-r--r-- | sane/inc/sane/sane.h (renamed from sane/inc/sane.h) | 0 |
3 files changed, 0 insertions, 21 deletions
diff --git a/sane/Module_sane.mk b/sane/Module_sane.mk index 822778575a14..fb6a1253ebdc 100644 --- a/sane/Module_sane.mk +++ b/sane/Module_sane.mk @@ -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 diff --git a/sane/Package_inc.mk b/sane/Package_inc.mk deleted file mode 100644 index f3a3433879a8..000000000000 --- a/sane/Package_inc.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -*- 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: diff --git a/sane/inc/sane.h b/sane/inc/sane/sane.h index eb18eef1a601..eb18eef1a601 100644 --- a/sane/inc/sane.h +++ b/sane/inc/sane/sane.h |