]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/Makefile.am
Attempt to resolve ambiguity between #include <config.h> for simgear vs.
[simgear.git] / simgear / serial / Makefile.am
index 8e339db60fb41b1addf2471c6d29d6fc052897cd..7d4a64ca7e33119a5c2c67ff46721ad3d073c5b9 100644 (file)
@@ -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)