about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-28 17:09:17 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-28 17:09:17 +0000
commit09236fba2947022dfe08723a4b39ef4aa92a2330 (patch)
tree86c09e373f6c9ca3e5ba6bdcf9da52d803c96c79 /sysdeps/unix/sysv/linux/Makefile
parent6e2cc2c14732fc3e5f3d8b8e86c23c32899fbb76 (diff)
downloadglibc-09236fba2947022dfe08723a4b39ef4aa92a2330.tar.gz
glibc-09236fba2947022dfe08723a4b39ef4aa92a2330.tar.xz
glibc-09236fba2947022dfe08723a4b39ef4aa92a2330.zip
Update.
1998-10-28  Philip Blundell  <pb@nexus.co.uk> 
 
	* sysdeps/unix/sysv/linux/neteconet/ec.h: New file.  Support for 
	AF_ECONET sockets as found in recent Linux 2.1 kernels. 
	* sysdeps/unix/sysv/linux/Dist: Distribute it. 
	* sysdeps/unix/sysv/linux/Makefile: Install it. 
 
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 467b9e27de..fe357bcb05 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -83,7 +83,8 @@ ifeq ($(subdir),inet)
 sysdep_headers += sys/socketvar.h netinet/in_systm.h netinet/ip_fw.h \
 		  netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
 		  netipx/ipx.h netash/ash.h netax25/ax25.h netatalk/at.h \
-		  netrom/netrom.h netpacket/packet.h netrose/rose.h
+		  netrom/netrom.h netpacket/packet.h netrose/rose.h \
+		  neteconet/ec.h
 endif
 
 # Don't compile the ctype glue code, since there is no old non-GNU C library.