diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2006-05-17 18:34:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2006-05-17 18:34:43 +0000 |
commit | cf2f9abf9a4587933589c8ab85234981f355cdf3 (patch) | |
tree | f1e81ed3ec487a38354153c0bb9f30e7323b445a /Makefile.am | |
parent | c345650a3d6d5b5095be8cee4cc4fbfa38abc314 (diff) | |
download | gpsd-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.am | 2 |
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: |