X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-mega%2FMakefile.am;fp=ao-tools%2Fao-mega%2FMakefile.am;h=22b62608f471b41e2cd3c369db5c6a9129964f26;hb=8083aa731c99d09bdd4a8c216bb11f846734d7df;hp=0000000000000000000000000000000000000000;hpb=21689ef744ddf43965ccad89dc1133a905011d7f;p=fw%2Faltos diff --git a/ao-tools/ao-mega/Makefile.am b/ao-tools/ao-mega/Makefile.am new file mode 100644 index 00000000..22b62608 --- /dev/null +++ b/ao-tools/ao-mega/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS=ao-mega + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) +AO_POSTFLIGHT_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a + +ao_mega_DEPENDENCIES = $(AO_POSTFLIGHT_LIBS) + +ao_mega_LDADD=$(AO_POSTFLIGHT_LIBS) $(LIBUSB_LIBS) + +ao_mega_SOURCES = ao-mega.c + +man_MANS = ao-mega.1