Fresco/Prague/src Makefile.in,1.34,1.35

Tobias Hunger <[email protected]> Thu, 06 Nov 2003 20:20:51 +0000
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Prague/src
In directory purcel:/tmp/cvs-serv31148/Prague/src

Modified Files:
	Makefile.in 
Log Message:
Do not try to install ntree.hh and Profiler.hh which were obsolete.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/src/Makefile.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.in	3 Nov 2003 20:45:44 -0000	1.34
+++ Makefile.in	6 Nov 2003 20:20:48 -0000	1.35
@@ -42,8 +42,8 @@
 SRC		+= gzbuf.cc# xdrbuf.cc #bzbuf.cc 
 SRC		+= protocol.cc echo.cc ftp.cc smtp.cc url.cc
 
-SysH		:= logbuf.hh logstream.hh ntree.hh Tracer.hh regex.hh User.hh \
-		   Process.hh Stopwatch.hh Profiler.hh Time.hh \
+SysH		:= logbuf.hh logstream.hh Tracer.hh regex.hh User.hh \
+		   Process.hh Stopwatch.hh Time.hh \
 	  	   File.hh Directory.hh FLock.hh FdSet.hh Path.hh GetOpt.hh \
 		   DataTypeManager.hh Memory.hh DLL.hh MMap.hh SHM.hh \
                    Thread.hh ThreadData.hh ThreadQueue.hh ThreadPool.hh \