From d1e355de2c6aae38cea3cdc0e0b902ea2b194e86 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 24 May 2003 21:47:06 +0000 Subject: this is a big one! im putting stats in here just cuz! 59 files changed, 1691 insertions(+), 607 deletions(-) Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf. Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2) --- tools/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 00000000..86eaea70 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = + +if OBCONF +SUBDIRS += obconf +endif -- cgit v1.2.3