summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2018-10-08 17:49:47 -0600
committerBdale Garbee <bdale@gag.com>2018-10-08 17:49:47 -0600
commit34658a1236e34891b41a0a51a480717db98779e7 (patch)
tree1e29cdc000c50e4f01e5c54aa69befd8e6919524 /altoslib/Makefile.am
parent3a2a5a05bb6372d9003905cee7afdfcd6d38ae7e (diff)
parent88ae4c5ebd64215f05f5efc18f9660560b409ace (diff)
Merge branch 'master' into branch-1.8
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index 7c5d767d..92976332 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -183,7 +183,9 @@ altoslib_JAVA = \
AltosMapLoader.java \
AltosMapTypeListener.java \
AltosJson.java \
- AltosVersion.java
+ AltosVersion.java \
+ AltosUnitInfo.java \
+ AltosUnitInfoListener.java
JAR=altoslib_$(ALTOSLIB_VERSION).jar