X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fserial%2FMakefile.am;h=7d4a64ca7e33119a5c2c67ff46721ad3d073c5b9;hb=30a14741c9d433abbb3986200e235db2edb93f36;hp=77c1feb8af6ced68b9b1b9b7e13f05798da272b0;hpb=5173d709e090b953eaf800cbcd1bf897de332a12;p=simgear.git diff --git a/simgear/serial/Makefile.am b/simgear/serial/Makefile.am index 77c1feb8..7d4a64ca 100644 --- a/simgear/serial/Makefile.am +++ b/simgear/serial/Makefile.am @@ -1,3 +1,5 @@ +includedir = @includedir@/serial + noinst_PROGRAMS = testserial lib_LIBRARIES = libsgserial.a @@ -9,7 +11,7 @@ libsgserial_a_SOURCES = serial.cxx testserial_SOURCES = testserial.cxx testserial_LDADD = \ - $(top_builddir)/serial/libsgserial.a \ - $(top_builddir)/debug/libsgdebug.a + $(top_builddir)/simgear/serial/libsgserial.a \ + $(top_builddir)/simgear/debug/libsgdebug.a -INCLUDES += -I$(top_builddir) +INCLUDES += -I$(top_srcdir)