]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/Makefile.am
Patch from Melchior Franz:
[simgear.git] / simgear / debug / Makefile.am
index 255f0252bfb9f4171efad7782ddcc54cf6821374..4f7ef2ae24b4f82d40d2bcf96a6451cd0ce7fad1 100644 (file)
@@ -8,4 +8,8 @@ include_HEADERS = debug_types.h logstream.hxx
 
 libsgdebug_a_SOURCES = logstream.cxx
 
-INCLUDES += -I$(top_builddir)/src
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir)
+else
+INCLUDES = -I$(top_srcdir)
+endif