summaryrefslogtreecommitdiffstats
path: root/libcdr/ExternalPackage_libcdr.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-19 19:32:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:33 +0200
commitf33c8644c052bf9d69157224500ca7887075c7da (patch)
tree0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /libcdr/ExternalPackage_libcdr.mk
parentfind lots of external static libraries in UnpackedTarball dir (diff)
downloadcore-f33c8644c052bf9d69157224500ca7887075c7da.tar.gz
core-f33c8644c052bf9d69157224500ca7887075c7da.zip
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'libcdr/ExternalPackage_libcdr.mk')
-rw-r--r--libcdr/ExternalPackage_libcdr.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/libcdr/ExternalPackage_libcdr.mk b/libcdr/ExternalPackage_libcdr.mk
deleted file mode 100644
index 908ce60522c5..000000000000
--- a/libcdr/ExternalPackage_libcdr.mk
+++ /dev/null
@@ -1,21 +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_ExternalPackage_ExternalPackage,libcdr,libcdr))
-
-$(eval $(call gb_ExternalPackage_use_external_project,libcdr,libcdr))
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_ExternalPackage_add_file,libcdr,lib/cdr-0.0.lib,src/lib/.libs/libcdr-0.0.lib))
-else
-$(eval $(call gb_ExternalPackage_add_file,libcdr,lib/libcdr-0.0.a,src/lib/.libs/libcdr-0.0.a))
-endif
-
-
-# vim: set noet sw=4 ts=4: