]> git.mxchange.org Git - flightgear.git/blobdiff - Slew/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Slew / Makefile.am
index aed4990ce849c18db7780110e49463e1cc7d45cb..570ff85a99785b0230213d7ff1e48a5f69dce2ea 100644 (file)
@@ -4,4 +4,4 @@ lib_LTLIBRARIES = libSlew.la
 
 libSlew_la_SOURCES = slew.c slew.h
 
-INCLUDES += -I../..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator