X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2FMakefile.am;h=969ff60e4db002c8b5abe4f7360b1b48a6add11b;hb=2225b6a260e1f0d469e37ec0df68a89e832688cd;hp=c64bfc827c1dd499d16cada51d778f5fda1fabe5;hpb=46ad959976b2068204a8ea234b96d36a9b8709d6;p=mono.git diff --git a/support/Makefile.am b/support/Makefile.am index c64bfc827c1..969ff60e4db 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -7,7 +7,7 @@ lib_LTLIBRARIES = \ libMonoPosixHelper.la \ $(SUPPORT) -INCLUDES = \ +AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ -I$(top_srcdir) @@ -26,21 +26,25 @@ MPH_C_SOURCE = \ # Source code which helps implement POSIX and other related Unix standards, # and *may* be portable between Unix platforms. MPH_UNIX_SOURCE = \ - fakepoll.h \ dirent.c \ fcntl.c \ fstab.c \ grp.c \ macros.c \ + nl.c \ + nl.h \ old-map.c \ old-map.h \ pwd.c \ serial.c \ sys-mman.c \ sys-sendfile.c \ + sys-socket.c \ sys-stat.c \ sys-statvfs.c \ sys-time.c \ + sys-uio.c \ + sys-uio.h \ sys-utsname.c \ sys-wait.c \ sys-xattr.c \ @@ -52,10 +56,10 @@ MPH_UNIX_SOURCE = \ if HOST_WIN32 MPH_SOURCE = $(MPH_C_SOURCE) -MPH_LIBS = $(GLIB_LIBS) +MPH_LIBS = $(GLIB_LIBS) $(LIBICONV) else MPH_SOURCE = $(MPH_C_SOURCE) $(MPH_UNIX_SOURCE) -MPH_LIBS = $(GLIB_LIBS) +MPH_LIBS = $(GLIB_LIBS) $(LIBICONV) endif MINIZIP_SOURCE = \ @@ -118,7 +122,7 @@ libMonoSupportW_la_SOURCES = \ supportw.h libMonoSupportW_la_LIBADD = \ - $(GLIB_LIBS) + $(GLIB_LIBS) $(LIBICONV) # # Use this target to refresh the values in map.[ch] @@ -133,12 +137,15 @@ refresh: --impl-macro=_GNU_SOURCE --impl-macro=_XOPEN_SOURCE \ --impl-header="" \ --impl-header="" \ + --autoconf-header="" \ --autoconf-header="" \ --autoconf-header="" \ --autoconf-header="" \ --autoconf-header="" \ --autoconf-header="" \ --autoconf-header="" \ + --autoconf-header="" \ + --autoconf-header="" \ --autoconf-header="" \ --impl-header="" \ --impl-header="" \ @@ -155,7 +162,7 @@ refresh: --rename-member=st_mtime=st_mtime_ \ --rename-namespace=Mono.Unix.Native=Mono.Posix \ --library=MonoPosixHelper \ - $(mcs_topdir)/class/lib/net_2_0/Mono.Posix.dll map + $(mcs_topdir_from_srcdir)/class/lib/net_4_x/Mono.Posix.dll map # Useful if mono is compiled with --enable-shared=no patch-libtool: