From f8a49c41efb5dc77efc8dc4b0c23211306f57376 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Dec 2002 22:33:34 +0000 Subject: [PATCH] Added missing Makefile.am from Erik Hofman. --- simgear/Makefile.am | 1 + simgear/compatibility/.cvsignore | 2 ++ simgear/compatibility/Makefile.am | 29 +++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 simgear/compatibility/.cvsignore create mode 100644 simgear/compatibility/Makefile.am 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 -- 2.39.5