X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=17af84e2caa3ff35524d49874ea03f82d59a277d;hb=18703ce02d64e0d696404e1a441ec9ce1e9a673a;hp=7536cce8b65834ad9412eee43cb5e2407f7553f8;hpb=5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 7536cce8..17af84e2 100644 --- a/simgear/serial/Makefile.am +++ b/simgear/serial/Makefile.am @@ -1,21 +1,17 @@ includedir = @includedir@/serial -noinst_PROGRAMS = testserial - lib_LIBRARIES = libsgserial.a include_HEADERS = serial.hxx libsgserial_a_SOURCES = serial.cxx +noinst_PROGRAMS = testserial + testserial_SOURCES = testserial.cxx testserial_LDADD = \ $(top_builddir)/simgear/serial/libsgserial.a \ $(top_builddir)/simgear/debug/libsgdebug.a -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -else INCLUDES = -I$(top_srcdir) -endif