diff options
Diffstat (limited to 'ao-tools/ao-usbload/Makefile.am')
| -rw-r--r-- | ao-tools/ao-usbload/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ao-tools/ao-usbload/Makefile.am b/ao-tools/ao-usbload/Makefile.am new file mode 100644 index 00000000..144e25df --- /dev/null +++ b/ao-tools/ao-usbload/Makefile.am @@ -0,0 +1,16 @@ +if LIBSTLINK + +bin_PROGRAMS=ao-usbload + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AO_STMLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a + +ao_usbload_DEPENDENCIES = $(AO_STMLOAD_LIBS) + +ao_usbload_LDADD=$(AO_STMLOAD_LIBS) $(LIBUSB_LIBS) -lelf + +ao_usbload_SOURCES=ao-usbload.c ao-usbload.h + +man_MANS = ao-usbload.1 + +endif |
