X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-test-gps%2FMakefile.am;fp=ao-tools%2Fao-test-gps%2FMakefile.am;h=d89ddddd61e5f4f4773e60d757b06959178e532e;hp=0000000000000000000000000000000000000000;hb=d0e597789ac298b108ea04cc1a2c999bcf14bc9c;hpb=def036794f1460a5457e6b86350712c336e296d6 diff --git a/ao-tools/ao-test-gps/Makefile.am b/ao-tools/ao-test-gps/Makefile.am new file mode 100644 index 00000000..d89ddddd --- /dev/null +++ b/ao-tools/ao-test-gps/Makefile.am @@ -0,0 +1,11 @@ +bin_PROGRAMS=ao-test-gps + +AM_CFLAGS=-I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS) + +ao_test_gps_DEPENDENCIES = $(top_builddir)/ao-tools/lib/libao-tools.a + +ao_test_gps_LDADD=$(top_builddir)/ao-tools/lib/libao-tools.a $(LIBUSB_LIBS) + +ao_test_gps_SOURCES=ao-test-gps.c + +man_MANS = ao-test-gps.1