summaryrefslogtreecommitdiff
path: root/external/curl/Module_curl.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:28:04 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:50:42 +0000
commita777285f9b8efc4e00183a25d39913f78eddc0ad (patch)
treed27b5a2462fde325792008715e2e94788da05bde /external/curl/Module_curl.mk
parent39f73d93874114e2bacfd73da137180aad95a3f6 (diff)
fdo#70393: move curl to a subdir of external
Change-Id: I76401636aab7d4de198912b154d6ec3da35a711d Reviewed-on: https://gerrit.libreoffice.org/6298 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/curl/Module_curl.mk')
-rw-r--r--external/curl/Module_curl.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/curl/Module_curl.mk b/external/curl/Module_curl.mk
new file mode 100644
index 000000000000..2b4c61c04ac9
--- /dev/null
+++ b/external/curl/Module_curl.mk
@@ -0,0 +1,18 @@
+# -*- 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_Module_Module,curl))
+
+$(eval $(call gb_Module_add_targets,curl,\
+ UnpackedTarball_curl \
+ ExternalPackage_curl \
+ ExternalProject_curl \
+))
+
+# vim: set noet sw=4 ts=4: