summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-16 05:43:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-16 05:43:16 +0000
commit205906011e2e91e6dbe5b5d9c6a026c9c5ff8e08 (patch)
tree6498bdc9ce24e4c0406e7d4d95f9d58755fbb46f /Makefile.am
parent3a2480dbdfd7355513e29ad5f31f166fb0188924 (diff)
downloadgpsd-205906011e2e91e6dbe5b5d9c6a026c9c5ff8e08.tar.gz
Small fixes for the build machinery;
among other things, stop configure from running twice.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 070d5846..60851ae3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,8 @@ gpsflash.1: gpsflash.xml
endif
-include_HEADERS = gps.h gpsd.h libgpsmm.h ubx.h
+noinst_HEADERS = ubx.h
+include_HEADERS = gps.h gpsd.h libgpsmm.h
EXTRA_DIST = \
autogen.sh \