X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=7d4a64ca7e33119a5c2c67ff46721ad3d073c5b9;hb=e2b4c0787a4398199ef2d35e05963acd58b7a04c;hp=8e339db60fb41b1addf2471c6d29d6fc052897cd;hpb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 8e339db6..7d4a64ca 100644 --- a/simgear/serial/Makefile.am +++ b/simgear/serial/Makefile.am @@ -11,7 +11,7 @@ libsgserial_a_SOURCES = serial.cxx testserial_SOURCES = testserial.cxx testserial_LDADD = \ - $(top_srcdir)/simgear/serial/libsgserial.a \ - $(top_srcdir)/simgear/debug/libsgdebug.a + $(top_builddir)/simgear/serial/libsgserial.a \ + $(top_builddir)/simgear/debug/libsgdebug.a INCLUDES += -I$(top_srcdir)