You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -14,6 +14,8 @@ AM_CPPFLAGS = \
|
||||
$(GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)
|
||||
|
||||
glib_libs = $(top_builddir)/mono/eglib/libeglib.la
|
||||
|
||||
# Source code which helps implement the ANSI C standards, and thus *should* be
|
||||
# portable to any platform having a C compiler.
|
||||
MPH_C_SOURCE = \
|
||||
@@ -59,10 +61,10 @@ MPH_UNIX_SOURCE = \
|
||||
|
||||
if HOST_WIN32
|
||||
MPH_SOURCE = $(MPH_C_SOURCE)
|
||||
MPH_LIBS = $(GLIB_LIBS)
|
||||
MPH_LIBS = $(glib_libs)
|
||||
else
|
||||
MPH_SOURCE = $(MPH_C_SOURCE) $(MPH_UNIX_SOURCE)
|
||||
MPH_LIBS = $(GLIB_LIBS)
|
||||
MPH_LIBS = $(glib_libs)
|
||||
endif
|
||||
|
||||
MINIZIP_SOURCE = \
|
||||
@@ -125,7 +127,7 @@ libMonoSupportW_la_SOURCES = \
|
||||
supportw.h
|
||||
|
||||
libMonoSupportW_la_LIBADD = \
|
||||
$(GLIB_LIBS)
|
||||
$(glib_libs)
|
||||
|
||||
#
|
||||
# Use this target to refresh the values in map.[ch]
|
||||
|
||||
Reference in New Issue
Block a user