diff options
author | Keith Packard <keithp@keithp.com> | 2016-06-17 00:52:38 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-06-17 01:03:40 -0700 |
commit | 1dce20f7eee56166ac61798ca26eeb323dc8f012 (patch) | |
tree | e7f64afa79991e10d0b7aa680e98af3ce96a62bb /altoslib/Makefile.am | |
parent | 7175774c4f60ed3efd54417f2035b50ea0108c7b (diff) |
altoslib: Get rid of manual JSON encoding stuff
Now that the reflective JSON stuff is working, we can delete all of
the manual code.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 912976f9..2a9eb9c9 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -162,7 +162,6 @@ altoslib_JAVA = \ AltosMapLoader.java \ AltosMapTypeListener.java \ AltosJson.java \ - AltosJsonable.java \ AltosVersion.java JAR=altoslib_$(ALTOSLIB_VERSION).jar |