]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/Makefile.am
Patch from Melchior Franz:
[simgear.git] / simgear / timing / Makefile.am
index c90b9367baef0661725ca217e93c260de9166d18..73bd1dc2f41e12b5aa4bb4a79114d21f715d185d 100644 (file)
@@ -16,4 +16,8 @@ libsgtiming_a_SOURCES = \
        timestamp.cxx \
        timezone.cxx
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir)
+else
+INCLUDES = -I$(top_srcdir)
+endif