moved utility to utilities to avoid conflict with c++ std lib <utility>

This commit is contained in:
Bradley Bell 2002-08-13 21:40:05 +00:00
parent 1a341ce40d
commit 0de32309c2
3 changed files with 2 additions and 4 deletions

View file

@ -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@

View file

@ -330,7 +330,7 @@ AC_OUTPUT(
mem/Makefile
misc/Makefile
texmap/Makefile
utility/Makefile
utilities/Makefile
debian/changelog
rpm/d2x.spec
)

View file

@ -1,5 +1,3 @@
EXTRA_SUBDIRS = texview
bin_PROGRAMS = hogcreate hogextract txb2txt txt2txb
hogcreate_SOURCES = hogcreate.c