summaryrefslogtreecommitdiff
path: root/afms/Module_afms.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-26 03:38:37 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-26 03:39:07 -0500
commit30dba8159557fcebbc7165752697783c2379c824 (patch)
treef742bb08cccc0eac1cdf5c0dec262d56ae0e1b94 /afms/Module_afms.mk
parentf0eaba8c45f0db802268a3e3809292cd063c7544 (diff)
gbuildification of afms
Change-Id: I7ead3e90c9037289b917820c20f5265d5b080b47
Diffstat (limited to 'afms/Module_afms.mk')
-rw-r--r--afms/Module_afms.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/afms/Module_afms.mk b/afms/Module_afms.mk
new file mode 100644
index 000000000000..ee04aa9de651
--- /dev/null
+++ b/afms/Module_afms.mk
@@ -0,0 +1,17 @@
+# -*- 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,afms))
+
+$(eval $(call gb_Module_add_targets,afms,\
+ UnpackedTarball_afms \
+ Zip_fontunxafm \
+))
+
+# vim: set noet sw=4 ts=4: