From: david Date: Mon, 30 Dec 2002 22:33:34 +0000 (+0000) Subject: Added missing Makefile.am from Erik Hofman. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f8a49c41efb5dc77efc8dc4b0c23211306f57376;p=simgear.git Added missing Makefile.am from Erik Hofman. --- diff --git a/simgear/Makefile.am b/simgear/Makefile.am index c9669b29..2edf0ce7 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -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 index 00000000..282522db --- /dev/null +++ b/simgear/compatibility/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/simgear/compatibility/Makefile.am b/simgear/compatibility/Makefile.am new file mode 100644 index 00000000..8ab827c6 --- /dev/null +++ b/simgear/compatibility/Makefile.am @@ -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