X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=0cace19c8779c81bcd260582bb3d2120f71ae98d;hb=bcb320b537b6f7e5e3724e8a30d309322171eb43;hp=f39951cea028853944f1df704e7e2c37fcbe8e75;hpb=a885314a39890b898ab078b365beaa7e24f4b501;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index f39951ce..0cace19c 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 \ + libsgserial.a \ $(top_builddir)/simgear/debug/libsgdebug.a INCLUDES = -I$(top_srcdir)