diff options
-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 |