[Oracleasm-commits] jlbec commits r333 - trunk/kernel

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Wed Feb 22 17:43:47 CST 2006


Author: jlbec
Date: 2006-02-22 17:43:47 -0600 (Wed, 22 Feb 2006)
New Revision: 333

Modified:
   trunk/kernel/Makefile
Log:
Whoops, forgot to disk proc.[ch] and masklog.[ch]

Modified: trunk/kernel/Makefile
===================================================================
--- trunk/kernel/Makefile	2006-02-22 22:17:47 UTC (rev 332)
+++ trunk/kernel/Makefile	2006-02-22 23:43:47 UTC (rev 333)
@@ -12,8 +12,8 @@
 endif
 
 
-HEADERS = transaction_file.h
-SOURCES = oracleasm.c transaction_file.c
+HEADERS = transaction_file.h proc.h masklog.h
+SOURCES = oracleasm.c transaction_file.c proc.c masklog.c
 OBJECTS = $(subst .c,.o,$(SOURCES))
 
 ifeq ($(KERNELRELEASE),)




More information about the Oracleasm-commits mailing list