X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-test-baro%2FMakefile.am;fp=ao-tools%2Fao-test-baro%2FMakefile.am;h=69e47529cb5613c8602873d972040d018b77cc6b;hb=fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7;hp=0000000000000000000000000000000000000000;hpb=6cc2d671c0e335fbedb0e97699f8f273502c6807;p=fw%2Faltos diff --git a/ao-tools/ao-test-baro/Makefile.am b/ao-tools/ao-test-baro/Makefile.am new file mode 100644 index 00000000..69e47529 --- /dev/null +++ b/ao-tools/ao-test-baro/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS=ao-test-baro + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) + +ao_test_baro_DEPENDENCIES = $(top_builddir)/ao-tools/lib/libao-tools.a + +ao_test_baro_LDADD=$(top_builddir)/ao-tools/lib/libao-tools.a $(LIBUSB_LIBS) + +ao_test_baro_SOURCES=ao-test-baro.c + +man_MANS = ao-test-baro.1