summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-06-15 22:40:27 -0700
committerKeith Packard <keithp@keithp.com>2016-06-15 22:40:27 -0700
commit1b5ea911049a8afae6af475a4a2bf62a6e3aa57b (patch)
tree7f896e587da5e7911b7b5a42aade1b7692670200 /altoslib/Makefile.am
parent1de8b6c340cec0b5a327392686c5a4e00f201e98 (diff)
altoslib: Switch preserved state format to JSON
This is much easier to debug than the icky strings with backslashes everywhere. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index d4554df3..534d2047 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -163,6 +163,8 @@ altoslib_JAVA = \
AltosMapTypeListener.java \
AltosHashSet.java \
AltosHashable.java \
+ AltosJson.java \
+ AltosJsonable.java \
AltosVersion.java
JAR=altoslib_$(ALTOSLIB_VERSION).jar