summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-05-17 18:34:43 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-05-17 18:34:43 +0000
commitcf2f9abf9a4587933589c8ab85234981f355cdf3 (patch)
treef1e81ed3ec487a38354153c0bb9f30e7323b445a /Makefile.am
parentc345650a3d6d5b5095be8cee4cc4fbfa38abc314 (diff)
downloadgpsd-cf2f9abf9a4587933589c8ab85234981f355cdf3.tar.gz
Minor fixes and updates...
...including Robin L. Darroch's fix for multiple-response parsing in libgps. All regression tests pass.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21bb6e87..44db677c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -255,7 +255,7 @@ CLEANFILES = packet_names.h
# This is not distributed
libgps: libgps.c .libs/libgps.a
- $(CC) -o libgps -lm -DTESTMAIN -g libgps.c .libs/libgps.a
+ $(CC) $(CFLAGS) -o libgps -lm -DTESTMAIN $(LIBPTHREAD) -g libgps.c .libs/libgps.a
# Report splint warnings
splint: