diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-07-25 03:44:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-07-25 03:44:10 +0000 |
commit | 414f3aceafa8a53b4e25dd57877fff41c0990254 (patch) | |
tree | d5d1720a8d060fb5cd409810bc5489fa12a4e0ea /Makefile.am | |
parent | ce984b2182ba2a5aeb58d382313ada84af16c00d (diff) | |
download | gpsd-414f3aceafa8a53b4e25dd57877fff41c0990254.tar.gz |
Fix Gary's make problem.
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 973e2484..1656d351 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,7 @@ packet_names.h: packet_states.h sed -e '/^ *\([A-Z][A-Z0-9_]*\),/s// "\1",/' <packet_states.h >packet_names.h libgps_la_SOURCES = \ - $(libgps_c_sources) + $(libgps_c_sources) \ libgpsmm.cpp \ packet_states.h \ packet_names.h |