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

AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
AO_LIST_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a

ao_list_DEPENDENCIES = $(AO_LIST_LIBS)

ao_list_LDADD=$(AO_LIST_LIBS) $(LIBUSB_LIBS)

ao_list_SOURCES = ao-list.c

man_MANS = ao-list.1