dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetC/libc Makefile.am,1.6,1.7


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetC/libc Makefile.am,1.6,1.7
Date: Fri, 22 Aug 2003 04:15:45 -0400

Update of /cvsroot/dotgnu-pnet/pnetC/libc
In directory subversions:/tmp/cvs-serv7641/libc

Modified Files:
        Makefile.am 
Log Message:
Add dirent implementation and example program.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetC/libc/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile.am 28 Jun 2003 09:53:37 -0000      1.6
--- Makefile.am 22 Aug 2003 08:15:43 -0000      1.7
***************
*** 3,6 ****
--- 3,7 ----
  
  SUBDIRS = ctype \
+                 dirent \
                  malloc \
                  misc \
***************
*** 17,20 ****
--- 18,22 ----
  
  LIBC_COMPONENTS = ctype/libCType.a \
+                                 dirent/libCDirent.a \
                                  malloc/libCMalloc.a \
                                  misc/libCMisc.a \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]