X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2FMakefile.am;h=274f97ecbfb3ae560bca38a4594997d4019d958b;hb=b9a34b1b05ce9cab1b4b67816d7d24bd2bc364b7;hp=33c96bc210aa1056f2ef5b2ce81c13b50649de44;hpb=220a43bf4607c46a28a78c43b6037886884bd98f;p=simgear.git diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index 33c96bc2..274f97ec 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = \ xmltok_impl.c xmltok_ns.c libsgxml_a_SOURCES = \ - asciitab.h \ + asciitab.h \ easyxml.cxx \ hashtable.h hashtable.c \ iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \ @@ -18,8 +18,4 @@ libsgxml_a_SOURCES = \ xmltok.h xmltok.c \ xmltok_impl.h -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -else INCLUDES = -I$(top_srcdir) -endif