Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « ikvm-native - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f391fe60cbd36f3b3528e05a45d81ee60f390d8 (plain)
1
2
3
4
5
6
7
8
9

AM_CPPFLAGS = $(GLIB_CFLAGS)

lib_LTLIBRARIES = libikvm-native.la

libikvm_native_la_SOURCES = jni.c os.c jni.h

libikvm_native_la_LDFLAGS = -avoid-version
libikvm_native_la_LIBADD = $(GLIB_LIBS)