]> git.mxchange.org Git - simgear.git/commitdiff
Added missing Makefile.am from Erik Hofman.
authordavid <david>
Mon, 30 Dec 2002 22:33:34 +0000 (22:33 +0000)
committerdavid <david>
Mon, 30 Dec 2002 22:33:34 +0000 (22:33 +0000)
simgear/Makefile.am
simgear/compatibility/.cvsignore [new file with mode: 0644]
simgear/compatibility/Makefile.am [new file with mode: 0644]

index c9669b292aac296554d30305ffcceec2eb687cb7..2edf0ce7d158c9090960d17fa2d08762d41bd9c0 100644 (file)
@@ -13,6 +13,7 @@ include_HEADERS = \
        compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h
 
 SUBDIRS = \
+       compatibility \
        xml \
        debug \
        misc \
diff --git a/simgear/compatibility/.cvsignore b/simgear/compatibility/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/simgear/compatibility/Makefile.am b/simgear/compatibility/Makefile.am
new file mode 100644 (file)
index 0000000..8ab827c
--- /dev/null
@@ -0,0 +1,29 @@
+includedir = @includedir@/compatibility
+
+EXTRA_DIST = README
+
+include_HEADERS        = \
+       cfloat \
+       csetjmp \
+       cstdio \
+       cwchar \
+       iostream \
+       strstream \
+       cassert \
+       climits \
+       csignal \
+       cstdlib \
+       cwctype \
+       istream \
+       cctype \
+       clocale \
+       cstdarg \
+       cstring \
+       fstream \
+       iterator \
+       cerrno \
+       cmath \
+       cstddef \
+       ctime \
+       iomanip \
+       streambuf