diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-04 20:43:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 11:41:32 +0000 |
commit | 8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6 (patch) | |
tree | 27239b59958edbe97faa9d3d72bc172a0af32d36 /scp2/InstallModule_crashrep.mk | |
parent | 0d44e98d6aa2c390fd9bcdd97290f463b136ddb6 (diff) |
drop crashrep unused since start of LibreOffice
Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f
Reviewed-on: https://gerrit.libreoffice.org/13733
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scp2/InstallModule_crashrep.mk')
-rw-r--r-- | scp2/InstallModule_crashrep.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scp2/InstallModule_crashrep.mk b/scp2/InstallModule_crashrep.mk deleted file mode 100644 index 1a72e1415708..000000000000 --- a/scp2/InstallModule_crashrep.mk +++ /dev/null @@ -1,20 +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_InstallModule_InstallModule,scp2/crashrep)) - -$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/crashrep,\ - crashrep \ -)) - -$(eval $(call gb_InstallModule_add_scpfiles,scp2/crashrep,\ - scp2/source/crashrep/file_crashrep \ -)) - -# vim: set shiftwidth=4 tabstop=4 noexpandtab: |