X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2FMakefile.am;h=1121d42361bc8da418f4450777882de826718b67;hb=b9e866cfdd765cc742a6c9b3e35c8a9c1ca08dfc;hp=fb57ac7db2441bcc0cc456cfa73d818e1c919d1a;hpb=215491546530f79d49351a4c89f76eceaafef572;p=flightgear.git diff --git a/src/Cockpit/Makefile.am b/src/Cockpit/Makefile.am index fb57ac7db..1121d4236 100644 --- a/src/Cockpit/Makefile.am +++ b/src/Cockpit/Makefile.am @@ -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