]> git.mxchange.org Git - simgear.git/blobdiff - simgear/serial/Makefile.am
hla: Provide a directly property based api for property data element.
[simgear.git] / simgear / serial / Makefile.am
index 17af84e2caa3ff35524d49874ea03f82d59a277d..0cace19c8779c81bcd260582bb3d2120f71ae98d 100644 (file)
@@ -11,7 +11,7 @@ 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)