summaryrefslogtreecommitdiff
path: root/ao-tools/ao-send-telem/Makefile.am
blob: 227e714f39fd86f2095d483963b0c5a2d52be1cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin_PROGRAMS=ao-send-telem

AM_CFLAGS=$(WARN_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