summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-16 08:22:39 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-16 08:22:39 -0400
commitbdf84fb4dd9dec144dad376b5faeaada06048881 (patch)
treeba0bbc2fb18884f96368eeca4a27b532b512c486 /Makefile.am
parent80fd8e3806dceaaa9022d7b8450c36caddaa7c4a (diff)
downloadgpsd-bdf84fb4dd9dec144dad376b5faeaada06048881.tar.gz
Document an autotools crock.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 07be480f..7e28e389 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -252,6 +252,9 @@ libgps_la_LIBADD = $(LIBM) $(LIBC) $(LIBNSL) $(LIBSOCKET) $(LIBPTHREAD)
#
if HAVE_PYTHON
PYEXTENSIONS = gpspacket.so gpslib.so
+# Having gpspacket.so gpslib.so in noinst_SCRIPTS forces copies to be dropped
+# under gps. This is important, otherwise gpsfake will fail before
+# make install.
noinst_SCRIPTS = gpspacket.so gpslib.so setup.py
# Multiple-outputs hack. See