diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-24 10:21:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-24 13:22:02 +0200 |
commit | 687944efaa56b4d58525dd16f2059e5e6c769da3 (patch) | |
tree | 8276130e411c815d7778bdcba0ead57c5341b297 /hsqldb/Makefile | |
parent | 3cdd8d3b00849c263d0e6909fb5eddcef088c9d9 (diff) |
gbuildize hsqldb
Change-Id: I35bf8094c9dcf0f70e59c1304ab5a6800393fa29
Diffstat (limited to 'hsqldb/Makefile')
-rw-r--r-- | hsqldb/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hsqldb/Makefile b/hsqldb/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/hsqldb/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: |