X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fdebug%2FMakefile.am;h=cdfba79368a6d0dff045fbc977b3a2c4bda2b2c0;hb=2e71b64de1d937e2b7c34dd4a2365be455d0b82a;hp=b3a538980527bca6aca0d49ff7cd9b455f3e3b7a;hpb=0d8ae0cabef1a470f48ce4e71ea5b1749a59d049;p=simgear.git diff --git a/simgear/debug/Makefile.am b/simgear/debug/Makefile.am index b3a53898..cdfba793 100644 --- a/simgear/debug/Makefile.am +++ b/simgear/debug/Makefile.am @@ -1,3 +1,5 @@ +includedir = @includedir@/debug + EXTRA_DIST = logtest.cxx lib_LIBRARIES = libsgdebug.a @@ -6,4 +8,4 @@ include_HEADERS = debug_types.h logstream.hxx libsgdebug_a_SOURCES = logstream.cxx -INCLUDES += -I$(top_builddir)/src +INCLUDES = -I$(top_srcdir)