From c875dc9a5b1764aded7f97f0ace9edfd0509f28c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 21 Jul 2009 13:11:59 +0000 Subject: Refactor JSON handling so more code can be shared by client and daemon. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b656b992..3f6171ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,6 +140,7 @@ libgpsd_c_sources = \ gpsd_report.c \ gpsutils.c \ geoid.c \ + gps_json.c \ hex.c \ isgps.c \ json.c \ @@ -329,7 +330,7 @@ CLEANFILES += stamp-gps-manpages stamp-gps-manpages.tmp endif noinst_HEADERS = driver_italk.h driver_rtcm2.h driver_superstar2.h \ - driver_ubx.h gpsmon.h gpsdclient.h + driver_ubx.h gpsmon.h gpsdclient.h json.h gps_json.h nodist_include_HEADERS = gpsd.h include_HEADERS = gps.h libgpsmm.h -- cgit v1.2.1