]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Updates to build system to better support automake-1.5
[simgear.git] / simgear / misc / Makefile.am
index 4cd437429b31f6f380fc87016740fedbccc0dd89..1be8887076397e5f14001a9b5976e8b2103e4863 100644 (file)
@@ -10,6 +10,7 @@ lib_LIBRARIES = libsgmisc.a
 
 include_HEADERS = \
         commands.hxx \
+        exception.hxx \
        props.hxx \
        sg_path.hxx \
        sgstream.hxx \
@@ -20,6 +21,7 @@ include_HEADERS = \
 
 libsgmisc_a_SOURCES = \
         commands.cxx \
+        exception.cxx \
        props.cxx \
         props_io.cxx \
        sg_path.cxx \
@@ -33,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