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: c670516a5897f41f2286b6f46a930227a6623483 (plain)
1
2
3
4
5
6
7
8
9

INCLUDES = $(GMODULE_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 = $(GMODULE_LIBS)