]> git.mxchange.org Git - flightgear.git/blobdiff - src/Weather/Makefile.am
Changes to support optional screen snap shot httpd server.
[flightgear.git] / src / Weather / Makefile.am
index 4a5521e1bcf46e9f1c677ddf26b6b136bcb8c0b7..59b3402c29bf93e076253fcd51e74f4534b2525c 100644 (file)
@@ -6,4 +6,8 @@ noinst_LIBRARIES = libWeather.a
 
 libWeather_a_SOURCES = weather.cxx weather.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+if OLD_AUTOMAKE
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif