[Mono-bugs] [Bug 41680][Min] Changed - metadata makefile missing BUILT_SOURCES directive

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 27 Apr 2003 06:48:21 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=41680

--- shadow/41680	Mon Apr 21 17:44:38 2003
+++ shadow/41680.tmp.4657	Sun Apr 27 06:48:21 2003
@@ -1,15 +1,15 @@
 Bug#: 41680
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -33,6 +33,11 @@
  
 +BUILT_SOURCES = libmetadata.la
 +
  libmetadatainclude_HEADERS = \
  	assembly.h	\
  	opcodes.h	\
+
+------- Additional Comments From lupus@ximian.com  2003-04-27 06:48 -------
+Do you have a pointer to documentation where adding a library to
+BUILT_SOURCES is reccomended to solve the issue?
+Anyway, this is sure not a blocking bug.