repo.or.cz
/
mono.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-03-22 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git]
/
ikvm-native
/
Makefile.am
blob
c670516a5897f41f2286b6f46a930227a6623483
1
2
INCLUDES = $(GMODULE_CFLAGS)
3
4
lib_LTLIBRARIES = libikvm-native.la
5
6
libikvm_native_la_SOURCES = jni.c os.c jni.h
7
8
libikvm_native_la_LDFLAGS = -avoid-version
9
libikvm_native_la_LIBADD = $(GMODULE_LIBS)