summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 13:57:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 13:57:33 +0000
commita58638b46a693f6b00a6b7bea664215911e9ef5e (patch)
tree1ec04035f2086ecbe6f8500f7ac7fdf5bd8bd085 /cpukit/libnetworking/sys/Makefile.am
parent2000-11-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a58638b46a693f6b00a6b7bea664215911e9ef5e.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* sys/ttycom.h: Moved to lib/include/sys. * Makefile.am: Modified to reflect above.
Diffstat (limited to 'cpukit/libnetworking/sys/Makefile.am')
-rw-r--r--cpukit/libnetworking/sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/sys/Makefile.am b/cpukit/libnetworking/sys/Makefile.am
index 1ee0547379..b7fc58125d 100644
--- a/cpukit/libnetworking/sys/Makefile.am
+++ b/cpukit/libnetworking/sys/Makefile.am
@@ -7,8 +7,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \
malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \
resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \
- sockio.h sysctl.h syslimits.h syslog.h systm.h ttycom.h ttydefaults.h \
- ucred.h uio.h un.h
+ sockio.h sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \
+ uio.h un.h
noinst_HEADERS = $(H_FILES)