summaryrefslogtreecommitdiff
path: root/ao-tools/ao-list/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/ao-list/Makefile.am')
-rw-r--r--ao-tools/ao-list/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-list/Makefile.am b/ao-tools/ao-list/Makefile.am
new file mode 100644
index 00000000..de3c4deb
--- /dev/null
+++ b/ao-tools/ao-list/Makefile.am
@@ -0,0 +1,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