]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/Makefile.am
Tweaks to follow flightgear STL standard coding procedure.
[simgear.git] / simgear / debug / Makefile.am
index b3a538980527bca6aca0d49ff7cd9b455f3e3b7a..aa9f1a166ef49a9cfc0d87cfcdbce684429a7e2c 100644 (file)
@@ -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)