X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=0cace19c8779c81bcd260582bb3d2120f71ae98d;hb=bcb320b537b6f7e5e3724e8a30d309322171eb43;hp=77c1feb8af6ced68b9b1b9b7e13f05798da272b0;hpb=5173d709e090b953eaf800cbcd1bf897de332a12;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 77c1feb8..0cace19c 100644 --- a/simgear/serial/Makefile.am +++ b/simgear/serial/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = testserial +includedir = @includedir@/serial lib_LIBRARIES = libsgserial.a @@ -6,10 +6,12 @@ include_HEADERS = serial.hxx libsgserial_a_SOURCES = serial.cxx +noinst_PROGRAMS = testserial + testserial_SOURCES = testserial.cxx testserial_LDADD = \ - $(top_builddir)/serial/libsgserial.a \ - $(top_builddir)/debug/libsgdebug.a + libsgserial.a \ + $(top_builddir)/simgear/debug/libsgdebug.a -INCLUDES += -I$(top_builddir) +INCLUDES = -I$(top_srcdir)