diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-02 20:16:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-04 09:42:22 +0200 |
commit | 3e0b2299ecbd7e532771a32af55a8f7910ba6688 (patch) | |
tree | c74cb23d854fccc3f9acf3b556a6b31247382551 /l10ntools/Makefile | |
parent | b71589aab00f2d0c23063d4638510161244e4f80 (diff) |
gbuild conversion l10ntools module
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
Diffstat (limited to 'l10ntools/Makefile')
-rw-r--r-- | l10ntools/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/l10ntools/Makefile b/l10ntools/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/l10ntools/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: |