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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-08-02 07:13:49 +0300
committerZoltan Varga <vargaz@gmail.com>2015-08-02 07:13:49 +0300
commitd37df4b0c64f75e7de39a13ec614c7c2719a0491 (patch)
treecf6cdbc1c7bac341e456c7df0bb82bf9508639e1 /ikvm-native
parenta33a8fac8fb2765bddc2a0851cd2990fbbb15138 (diff)
[runtime] Clean up configure.ac a bit.
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikvm-native/Makefile.am b/ikvm-native/Makefile.am
index a916688137c..4f391fe60cb 100644
--- a/ikvm-native/Makefile.am
+++ b/ikvm-native/Makefile.am
@@ -1,9 +1,9 @@
-AM_CPPFLAGS = $(GMODULE_CFLAGS)
+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 = $(GMODULE_LIBS)
+libikvm_native_la_LIBADD = $(GLIB_LIBS)