Make.proto
changeset 1328 b63bbdca3d35
parent 1272 150e61c7bd10
child 1331 a40a80f51e90
--- a/Make.proto	Fri Oct 10 18:34:48 2003 +0200
+++ b/Make.proto	Mon Oct 13 09:52:50 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.116 2003-07-14 05:27:47 stefan Exp $
+# $Header: /cvs/stx/stx/libbasic2/Make.proto,v 1.117 2003-10-13 07:52:50 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -75,6 +75,7 @@
 	  IPv6SocketAddress.$(O)        \
 	  UDSocketAddress.$(O)          \
 	SocketAddressInfo.$(O)          \
+	NameLookupError.$(O)            \
 	ActorStream.$(O)                \
 	SoundStream.$(O)                \
 	PrinterStream.$(O)              \
@@ -99,12 +100,12 @@
 	Stack.$(O)                      \
 	CompressionStream.$(O)          \
 	UUID.$(O)                       \
-	URI.$(O)			\
-	  HierarchicalURI.$(O)		\
-	    FileURI.$(O)		\
-	    FtpURI.$(O)			\
-	    HttpURI.$(O)		\
-	$(SYSDEP_OBJS)			\
+	URI.$(O)                        \
+	  HierarchicalURI.$(O)          \
+	    FileURI.$(O)                \
+	    FtpURI.$(O)                 \
+	    HttpURI.$(O)                \
+	$(SYSDEP_OBJS)                  \
 	$(LIBBASIC2_PACKAGE_OBJS)
 
 objs::  $(OBJS)