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