summaryrefslogtreecommitdiff
path: root/external/epm/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:35:22 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:51:17 +0000
commit86c32b4196d178955f6f9ef5254b6c6a1ee3c944 (patch)
tree806e5c1793e2a269637679bd4adabe7fdd374369 /external/epm/Makefile
parenta777285f9b8efc4e00183a25d39913f78eddc0ad (diff)
fdo#70393: move epm to a subdir of external
Change-Id: Ifa10b01d9dce947a0153b9d3e1399d9842ba6241 Reviewed-on: https://gerrit.libreoffice.org/6299 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/epm/Makefile')
-rw-r--r--external/epm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/epm/Makefile b/external/epm/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/external/epm/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: