[monodis] Fixed building against LLVM-compiled Mono.
authorJoão Matos <joao@tritao.eu>
Wed, 18 Feb 2015 12:48:52 +0000 (12:48 +0000)
committerJoão Matos <joao@tritao.eu>
Wed, 18 Feb 2015 12:49:01 +0000 (12:49 +0000)
mono/dis/Makefile.am

index 173ffeb36db042a94d0ad4babf481f95143cd1ba..6d6875b6742d7db93f39464bb2561ca356117aad 100644 (file)
@@ -50,6 +50,7 @@ monodis_LDADD =                       \
        libmonodis.a                    \
        $(runtime_lib)                  \
        $(LLVM_LIBS)                    \
+       $(LLVM_LDFLAGS)                 \
        $(GLIB_LIBS)                    \
        $(LIBICONV)