]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/Makefile.in
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Cockpit / Makefile.in
index 3c9f6a143894fff0f9ee0cd361f0cbe6c86a9368..147d2092a90a8d07e598257d2c9fa1cedddf6309 100644 (file)
@@ -77,12 +77,12 @@ libCockpit_la_SOURCES = \
        cockpit.c cockpit.h \
        hud.c hud.h
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../Simulator/Include/config.h
+CONFIG_HEADER = ../../Include/config.h
 CONFIG_CLEAN_FILES = 
 LTLIBRARIES =  $(lib_LTLIBRARIES)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
@@ -313,7 +313,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.