diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-20 07:33:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-23 23:40:57 +0200 |
commit | 80db6f58ef6bbfff15c5702ad2bf852eceeea818 (patch) | |
tree | 3759792868792799b4b1c981efbbda1bf8761880 | |
parent | 59dbfa41d31822dd7ffde320bf43463be82fbfcb (diff) |
gbuild: drop unneeded package
Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df
-rw-r--r-- | sd/Module_sd.mk | 1 | ||||
-rw-r--r-- | sd/Package_inc.mk | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index b6486b7b79fb..5b19b2c211b5 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Module_add_targets,sd,\ Library_sdd \ Library_sdfilt \ Library_sdui \ - Package_inc \ Package_web \ Package_xml \ UIConfig_sdraw \ diff --git a/sd/Package_inc.mk b/sd/Package_inc.mk deleted file mode 100644 index b08faff89f3f..000000000000 --- a/sd/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,sd_inc,$(SRCDIR)/sd/inc)) - -$(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx)) - -# vim: set noet sw=4 ts=4: |