X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=1be8887076397e5f14001a9b5976e8b2103e4863;hb=5bab565cfe4c30d6cf08ecaba50af74d5e4f0c98;hp=a4a37a18722ac0a74a6dbde61418d6038acc75df;hpb=b8ce139b8a6cb3e49432e7fbee1afafd06975dcc;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index a4a37a18..1be88870 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -9,6 +9,8 @@ endif lib_LIBRARIES = libsgmisc.a include_HEADERS = \ + commands.hxx \ + exception.hxx \ props.hxx \ sg_path.hxx \ sgstream.hxx \ @@ -18,6 +20,8 @@ include_HEADERS = \ zfstream.hxx libsgmisc_a_SOURCES = \ + commands.cxx \ + exception.cxx \ props.cxx \ props_io.cxx \ sg_path.cxx \ @@ -31,4 +35,8 @@ noinst_PROGRAMS = props_test props_test_SOURCES = props_test.cxx props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a +if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) $(ZLIB_INCL) +else +INCLUDES = -I$(top_srcdir) $(ZLIB_INCL) +endif