summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-08 11:21:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-08 11:21:48 +0000
commit7946dd7553fe593d18dc206e5a49ac12ab149833 (patch)
treeeb40dbc0d5aba92f5e23efada2b7b0d22d0cf2fa /contrib
parentb77bd80822529d3892e4b5248bb1e15a3eb1a9e6 (diff)
downloadgpsd-7946dd7553fe593d18dc206e5a49ac12ab149833.tar.gz
Autodetect DBUS support (from Petter Reinhold).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 00000000..172d47e2
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,19 @@
+bin_PROGRAMS = gpxlogger gpspipe
+
+INCLUDES = \
+ $(DBUS_GLIB_CFLAGS) -DDBUS_API_SUBJECT_TO_CHANGE \
+ $(GLIB_CFLAGS)
+
+gpxlogger_LDADD = \
+ $(DBUS_GLIB_LIBS) \
+ $(GLIB_LIBS)
+
+gpxlogger_SOURCES = \
+ gpxlogger.c
+
+gpspipe_SOURCES = \
+ gpspipe.c
+
+# This is not really good. We should have a dependency on this file
+gpspipe_LDADD = \
+ ../netlib.o