]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/Makefile.am
WIN32 fix.
[flightgear.git] / src / Sound / Makefile.am
index 00588500680f9ff7034de6955ee379f4d4b23a4a..57fad4fd96c02f42bfa0a20439785681fd533bde 100644 (file)
@@ -6,4 +6,8 @@ libSound_a_SOURCES = \
        morse.cxx morse.hxx \
        soundmgr.cxx soundmgr.hxx
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif