Browse Source

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

pre-master-46
sjborley 21 years ago
parent
commit
fd7d4001f6
  1. 2
      src/include/Makefile.am
  2. 1
      src/include/terminal.h
  3. 3
      src/misc/Makefile.am
  4. 0
      src/misc/terminal.c
  5. 0
      src/misc/terminal.h

2
src/include/Makefile.am

@ -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
src/include/terminal.h

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

3
src/misc/Makefile.am

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

0
src/misc/terminal.c

0
src/misc/terminal.h

Loading…
Cancel
Save