diff --git a/install-gpsd_config.h.patch b/install-gpsd_config.h.patch new file mode 100644 index 0000000..9cfb648 --- /dev/null +++ b/install-gpsd_config.h.patch @@ -0,0 +1,24 @@ +diff -u gpsd-2.34/Makefile.am gpsd-2.34-fixed-install/Makefile.am +--- gpsd-2.34/Makefile.am 2006-12-14 18:43:39.000000000 -0500 ++++ gpsd-2.34-fixed-install/Makefile.am 2007-08-19 09:11:14.000000000 -0400 +@@ -242,7 +242,7 @@ + + endif + +-include_HEADERS = gps.h gpsd.h libgpsmm.h ++include_HEADERS = gps.h gpsd.h gpsd_config.h libgpsmm.h + + EXTRA_DIST = \ + autogen.sh \ +diff -u gpsd-2.34/Makefile.in gpsd-2.34-fixed-install/Makefile.in +--- gpsd-2.34/Makefile.in 2006-12-14 19:13:13.000000000 -0500 ++++ gpsd-2.34-fixed-install/Makefile.in 2007-08-19 09:15:10.000000000 -0400 +@@ -541,7 +541,7 @@ + @HAVE_XSLT_PROCESSOR_TRUE@ rtcm-104.5 \ + @HAVE_XSLT_PROCESSOR_TRUE@ srec.5 + +-include_HEADERS = gps.h gpsd.h libgpsmm.h ++include_HEADERS = gps.h gpsd.h gpsd_config.h libgpsmm.h + EXTRA_DIST = \ + autogen.sh \ + README \