]> git.mxchange.org Git - flightgear.git/blobdiff - Controls/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Controls / Makefile.am
index 79d5629ac4f1798e528ecb8ff8cc799f7e636b10..83d27869bc914fab6926963ed9771e08dd81171f 100644 (file)
@@ -4,4 +4,4 @@ lib_LTLIBRARIES = libControls.la
 
 libControls_la_SOURCES = controls.c controls.h
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator