summaryrefslogtreecommitdiff
path: root/examples/api/java/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-30 23:07:19 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-30 23:07:19 +0000
commit45229fd903afa592deb0499027375bc1d5562cbc (patch)
tree67b54b4841b1d084b90226cc5670c4c18173d06c /examples/api/java/Makefile
parent2bd85df6be705aed37a5d5eba082fbb9a38ab7c5 (diff)
all API examples now have java versions too; bitvectors gets built; also updated old-style copyrights in the examples
Diffstat (limited to 'examples/api/java/Makefile')
-rw-r--r--examples/api/java/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/api/java/Makefile b/examples/api/java/Makefile
new file mode 100644
index 000000000..10a950e1c
--- /dev/null
+++ b/examples/api/java/Makefile
@@ -0,0 +1,4 @@
+topdir = ../../..
+srcdir = examples/api/java
+
+include $(topdir)/Makefile.subdir
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback