From 0de32309c251cd4ea22410da7dfd0668300a45c5 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 13 Aug 2002 21:40:05 +0000 Subject: [PATCH] moved utility to utilities to avoid conflict with c++ std lib --- Makefile.am | 2 +- configure.ac | 2 +- utilities/Makefile.am | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 795dd66a..d1175d8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main -EXTRA_SUBDIRS = include tools unused debian rpm utility +EXTRA_SUBDIRS = include tools unused debian rpm utilities bin_PROGRAMS = @TARGETS@ diff --git a/configure.ac b/configure.ac index 90665a9a..63c74649 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ AC_OUTPUT( mem/Makefile misc/Makefile texmap/Makefile - utility/Makefile + utilities/Makefile debian/changelog rpm/d2x.spec ) diff --git a/utilities/Makefile.am b/utilities/Makefile.am index 6846346f..313cc568 100644 --- a/utilities/Makefile.am +++ b/utilities/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_SUBDIRS = texview - bin_PROGRAMS = hogcreate hogextract txb2txt txt2txb hogcreate_SOURCES = hogcreate.c -- 2.39.2