Removed the files src/misc/terminal.h/.c and src/include/terminal.h The first two were empty and the last just included the second. The relavent makefile.am files have been updated

This commit is contained in:
sjborley 2005-05-21 13:37:31 +00:00
parent eec6b623b0
commit fd7d4001f6
5 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,5 @@
## Process this file with automake to produce Makefile.in
## $Id$
noinst_HEADERS = \
acdefs.h \
@ -98,7 +99,6 @@ noinst_HEADERS = \
spmatrix.h \
suffix.h \
swec.h \
terminal.h \
tfdefs.h \
trandefs.h \
trcvdefs.h \

View File

@ -1 +0,0 @@
#include "../misc/terminal.h"

View File

@ -1,4 +1,5 @@
## Process this file with automake to produce Makefile.in
## $Id$
noinst_LIBRARIES = libmisc.a
@ -21,8 +22,6 @@ libmisc_a_SOURCES = \
printnum.h \
string.c \
stringutil.h \
terminal.c \
terminal.h \
tilde.c \
tilde.h \
misc_time.c \

View File

View File