summaryrefslogtreecommitdiff
path: root/ao-tools/ao-send-telem/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-send-telem/Makefile.am')
-rw-r--r--ao-tools/ao-send-telem/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-send-telem/Makefile.am b/ao-tools/ao-send-telem/Makefile.am
new file mode 100644
index 00000000..bfddf131
--- /dev/null
+++ b/ao-tools/ao-send-telem/Makefile.am
@@ -0,0 +1,12 @@
+bin_PROGRAMS=ao-send-telem
+
+AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
+AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
+
+ao_send_telem_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS)
+
+ao_send_telem_LDADD=$(AO_POSTFLIGHT_LIBS) $(LIBUSB_LIBS)
+
+ao_send_telem_SOURCES = ao-send-telem.c
+
+man_MANS = ao-send-telem.1