From 795ca38589add25eee73d66cd8bcd069c12c009b Mon Sep 17 00:00:00 2001 From: kuepper Date: Thu, 7 Oct 2004 13:36:43 +0000 Subject: [PATCH] were these lost? --- eo/Tutorial/.cvsignore | 1 + eo/Tutorial/Makefile.am | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 eo/Tutorial/.cvsignore create mode 100644 eo/Tutorial/Makefile.am diff --git a/eo/Tutorial/.cvsignore b/eo/Tutorial/.cvsignore new file mode 100644 index 00000000..70845e08 --- /dev/null +++ b/eo/Tutorial/.cvsignore @@ -0,0 +1 @@ +Makefile.in diff --git a/eo/Tutorial/Makefile.am b/eo/Tutorial/Makefile.am new file mode 100644 index 00000000..61d590dd --- /dev/null +++ b/eo/Tutorial/Makefile.am @@ -0,0 +1,5 @@ +if USE_PARADISEO +SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 ParadisEO +else +SUBDIRS = Lesson1 Lesson2 Lesson3 Lesson4 Lesson5 +endif