]> git.mxchange.org Git - simgear.git/commitdiff
Added simgear/xml.
authorcurt <curt>
Thu, 27 Jul 2000 02:55:47 +0000 (02:55 +0000)
committercurt <curt>
Thu, 27 Jul 2000 02:55:47 +0000 (02:55 +0000)
configure.in
simgear/Makefile.am

index 08968b241995e2ef045328236576fc77f4da85f4..509a8b8b15c4cca0789dbdc2f983063df2bf530a 100644 (file)
@@ -262,6 +262,7 @@ AC_OUTPUT( \
        simgear/sky/Makefile \
        simgear/timing/Makefile \
        simgear/xgl/Makefile \
+       simgear/xml/Makefile \
        simgear/zlib/Makefile \
 )
 
index 1d50e296b37db7dbc26674516b900fcff6e59a96..94e14148f7922ece547c8d36f6238c778f01cd40 100644 (file)
@@ -38,5 +38,6 @@ SUBDIRS = \
        sky \
        timing \
        xgl \
+       xml \
        $(ZLIB_DIRS)