]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/Makefile.am
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / Cockpit / Makefile.am
index fb57ac7db2441bcc0cc456cfa73d818e1c919d1a..1121d42361bc8da418f4450777882de826718b67 100644 (file)
@@ -12,4 +12,8 @@ libCockpit_a_SOURCES = \
        radiostack.cxx radiostack.hxx \
        steam.cxx steam.hxx
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif