X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=17af84e2caa3ff35524d49874ea03f82d59a277d;hb=18703ce02d64e0d696404e1a441ec9ce1e9a673a;hp=7d4a64ca7e33119a5c2c67ff46721ad3d073c5b9;hpb=e13a5b57d4e62c4c2c3022e09cd0ad1fbbf6e1cf;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 7d4a64ca..17af84e2 100644 --- a/simgear/serial/Makefile.am +++ b/simgear/serial/Makefile.am @@ -1,17 +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 -INCLUDES += -I$(top_srcdir) +INCLUDES = -I$(top_srcdir)