summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-18 04:11:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-18 04:11:06 +0000
commit72349b076a2156fa6aed8daa1a2838f9f6c40a64 (patch)
treefac7461296b273c88b6deaaaa38e8bd080ba82b5 /contrib
parentb69a184bbea4852fc2d6eae6cf0234b1eb5d8fa2 (diff)
downloadgpsd-72349b076a2156fa6aed8daa1a2838f9f6c40a64.tar.gz
Add little-endian macros to bits.h. More fixes for the DBUS problem.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 172d47e2..760fc1c2 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,4 +1,8 @@
-bin_PROGRAMS = gpxlogger gpspipe
+#if HAVE_DBUS
+DBUS_PROGS = gpxlogger
+#endif
+
+check_PROGRAMS = $(DBUS_PROGS) gpspipe
INCLUDES = \
$(DBUS_GLIB_CFLAGS) -DDBUS_API_SUBJECT_TO_CHANGE \