summaryrefslogtreecommitdiffstats
path: root/external/libcdr/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 19:01:30 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:33:37 +0000
commite65ca87fd172503635e44b57b541a20b2632b710 (patch)
tree8a999ee4c383ae5af7631402ce7633191a93c70d /external/libcdr/Makefile
parentfdo#70393: move lcms2 to a subdir of external (diff)
downloadcore-e65ca87fd172503635e44b57b541a20b2632b710.tar.gz
core-e65ca87fd172503635e44b57b541a20b2632b710.zip
fdo#70393: move libcdr to a subdir of external
Change-Id: If862bdfc338daa60a104e9b28924343363bb2fab Reviewed-on: https://gerrit.libreoffice.org/6328 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libcdr/Makefile')
-rw-r--r--external/libcdr/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/libcdr/Makefile b/external/libcdr/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/libcdr/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: