diff options
| author | Keith Packard <keithp@keithp.com> | 2018-10-07 09:22:44 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-07 09:38:43 -0700 |
| commit | af678be97e419a1167a0630f28bcaba82d67929b (patch) | |
| tree | 728c79d5eee0097b42d05669baeb836accc11350 /map-server/Makefile.am | |
| parent | 7b248524d4bd2c3ab64899b133230d131258396c (diff) | |
map-server: Implement altos-map in C
This app is all about startup time, and java starts
slowly. Re-implement in C to improve server performance.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'map-server/Makefile.am')
| -rw-r--r-- | map-server/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/map-server/Makefile.am b/map-server/Makefile.am index f9b8a727..39ff8014 100644 --- a/map-server/Makefile.am +++ b/map-server/Makefile.am @@ -1 +1 @@ -SUBDIRS=altos-mapd altos-map +SUBDIRS=altos-mapd altos-map altos-mapj |
