X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=17af84e2caa3ff35524d49874ea03f82d59a277d;hb=18703ce02d64e0d696404e1a441ec9ce1e9a673a;hp=177dc6c43d2cc1bfcdd105f1dc63e2a537d40b55;hpb=82f410e9559fc33cb87515c0659d5f24115d1386;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 177dc6c4..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_builddir)/simgear +INCLUDES = -I$(top_srcdir)