diff options
Diffstat (limited to 'ao-tools/ao-bm70/Makefile.am')
-rw-r--r-- | ao-tools/ao-bm70/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ao-tools/ao-bm70/Makefile.am b/ao-tools/ao-bm70/Makefile.am new file mode 100644 index 00000000..f13ce0f1 --- /dev/null +++ b/ao-tools/ao-bm70/Makefile.am @@ -0,0 +1,7 @@ +bin_PROGRAMS=ao-bm70 + +AM_CFLAGS=-O0 -g + +ao_bm70_SOURCES = ao-bm70.c + +man_MANS=ao-bm70.1 |