summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-27 19:09:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-27 19:09:56 -0400
commitd08ab2ed72fb7590739612a7e5d37150a3bf972a (patch)
tree29e3462d1531816ae9fccf0fb8d59db1929c9f9b /Makefile.am
parent4eea65f0cd06ecd356fc371e707cda174537e616 (diff)
downloadgpsd-d08ab2ed72fb7590739612a7e5d37150a3bf972a.tar.gz
Begin splitting apart libgps_core.c into socket-export and generic functions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4658ad82..86c626e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,6 +157,7 @@ libgps_c_sources = \
libgps_core.c \
libgps_json.c \
libgps_shm.c \
+ libgps_sock.c \
netlib.c \
rtcm2_json.c \
shared_json.c \