summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
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