repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4198 from vkargov/vk-prevbb
[mono-project.git]
/
ikvm-native
/
Makefile.am
blob
4f391fe60cbd36f3b3528e05a45d81ee60f390d8
1
2
AM_CPPFLAGS = $(GLIB_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 = $(GLIB_LIBS)