diff options
Diffstat (limited to 'ao-tools/ao-sendfake/Makefile.am')
-rw-r--r-- | ao-tools/ao-sendfake/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ao-tools/ao-sendfake/Makefile.am b/ao-tools/ao-sendfake/Makefile.am new file mode 100644 index 00000000..19b7c66c --- /dev/null +++ b/ao-tools/ao-sendfake/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS=ao-sendfake + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AO_STMLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a + +ao_sendfake_DEPENDENCIES = $(AO_STMLOAD_LIBS) + +ao_sendfake_LDADD=$(AO_STMLOAD_LIBS) $(LIBUSB_LIBS) + +ao_sendfake_SOURCES=ao-sendfake.c ao-sendfake.h + +man_MANS = ao-sendfake.1 |