X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2FMakefile.in;h=a5912d976d38ef873a0b0f7bf0b0701b145afb6e;hb=ab59ca78b9d7fda79fc993092f56235cec6cf59a;hp=3a6c4f11d44328d08bdcc441f13ff497cbf0263b;hpb=27ac2e344e69de50cc5fe02ff15d4a9dcda9e7b2;p=flightgear.git diff --git a/LaRCsim/Makefile.in b/LaRCsim/Makefile.in index 3a6c4f11d..a5912d976 100644 --- a/LaRCsim/Makefile.in +++ b/LaRCsim/Makefile.in @@ -92,12 +92,12 @@ libLaRCsim_la_SOURCES = \ navion_init.c navion_init.h \ ls_interface.c ls_interface.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@ @@ -335,7 +335,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.