Jef Driesen e35f0a3ff4 Add support for the xml output format.
The XML output format exports all dives to a single xml file.
2016-02-26 08:23:45 +01:00

26 lines
433 B
Makefile

AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
LDADD = $(top_builddir)/src/libdivecomputer.la
bin_PROGRAMS = \
dctool
dctool_SOURCES = \
common.h \
common.c \
dctool.h \
dctool.c \
dctool_help.c \
dctool_version.c \
dctool_list.c \
dctool_download.c \
dctool_dump.c \
dctool_read.c \
dctool_write.c \
dctool_fwupdate.c \
output.h \
output-private.h \
output.c \
output_xml.c \
utils.h \
utils.c