gpsd/gpsd-2.39-install-gpsdclient-header.patch
2009-03-31 15:48:00 +00:00

33 lines
1.1 KiB
Diff

diff -up gpsd-2.39/Makefile.am.BAD gpsd-2.39/Makefile.am
--- gpsd-2.39/Makefile.am.BAD 2009-03-31 11:34:18.000000000 -0400
+++ gpsd-2.39/Makefile.am 2009-03-31 11:34:30.000000000 -0400
@@ -318,10 +318,10 @@ CLEANFILES += stamp-gps-manpages stamp-g
endif
noinst_HEADERS = driver_italk.h driver_rtcm2.h driver_superstar2.h \
- driver_ubx.h gpsmon.h gpsdclient.h
+ driver_ubx.h gpsmon.h
nodist_include_HEADERS = gpsd.h
-include_HEADERS = gps.h libgpsmm.h
+include_HEADERS = gps.h gpsdclient.h libgpsmm.h
EXTRA_DIST = \
autogen.sh \
diff -up gpsd-2.39/Makefile.in.BAD gpsd-2.39/Makefile.in
--- gpsd-2.39/Makefile.in.BAD 2009-03-31 11:34:40.000000000 -0400
+++ gpsd-2.39/Makefile.in 2009-03-31 11:34:51.000000000 -0400
@@ -632,10 +632,10 @@ man_MANS = \
#
@HAVE_XSLT_PROCESSOR_TRUE@BUILT_MANPAGES = $(MANPAGES_DIST)
noinst_HEADERS = driver_italk.h driver_rtcm2.h driver_superstar2.h \
- driver_ubx.h gpsmon.h gpsdclient.h
+ driver_ubx.h gpsmon.h
nodist_include_HEADERS = gpsd.h
-include_HEADERS = gps.h libgpsmm.h
+include_HEADERS = gps.h gpsdclient.h libgpsmm.h
EXTRA_DIST = \
autogen.sh \
README \