2010-07-01 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 1 Jul 2010 00:16:35 +0000 (00:16 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 1 Jul 2010 00:16:35 +0000 (00:16 -0000)
* Makefile.am (common_sources): Add mini-llvm.h.

svn path=/trunk/mono/; revision=159754

mono/mini/ChangeLog
mono/mini/Makefile.am

index 9bcee4c103a37a6d6295b706a6f1c636c762c1e9..bad75de15dc9241305dacdb8ceca1a4150e672bb 100755 (executable)
@@ -1,5 +1,7 @@
 2010-07-01  Zoltan Varga  <vargaz@gmail.com>
 
+       * Makefile.am (common_sources): Add mini-llvm.h.
+
        * unwind.c (mono_unwind_decode_fde): Fix the decoding of the lsda offset.
 
 2010-06-30  Zoltan Varga  <vargaz@gmail.com>
index 21f6be4b5e28d8abe349dc11a1aec8b72eea9e7c..ed07bb40a9bfb7d61acda63111702b81b1e5be40 100644 (file)
@@ -347,7 +347,8 @@ common_sources = \
        debugger-agent.c        \
        debug-debugger.c        \
        debug-debugger.h        \
-       xdebug.c
+       xdebug.c                        \
+       mini-llvm.h
 
 test_sources =                         \
        basic-calls.cs          \