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:
parent
eec6b623b0
commit
fd7d4001f6
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
#include "../misc/terminal.h"
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue