X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2FMakefile.am;h=79154fc99bbd9b232eb8c4bd1e16119b07d9bb45;hb=4791a674a1bf8cc74691974e363d9c5f5dd060a3;hp=b24739fa686de7d203056aa7670c081f7abaab4f;hpb=4f021d81ca18b1aca6fd46165becb49bb9c63c25;p=mono.git diff --git a/support/Makefile.am b/support/Makefile.am index b24739fa686..79154fc99bb 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -26,13 +26,11 @@ 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 \ - mac-reachability.c \ nl.c \ nl.h \ old-map.c \ @@ -41,6 +39,7 @@ MPH_UNIX_SOURCE = \ serial.c \ sys-mman.c \ sys-sendfile.c \ + sys-socket.c \ sys-stat.c \ sys-statvfs.c \ sys-time.c \ @@ -116,10 +115,6 @@ libMonoPosixHelper_la_LIBADD = \ libMonoPosixHelper_la_LDFLAGS = -no-undefined -avoid-version libMonoSupportW_la_LDFLAGS = -no-undefined -avoid-version -if PLATFORM_DARWIN -libMonoPosixHelper_la_LDFLAGS += -framework CoreFoundation -framework SystemConfiguration -endif - libMonoSupportW_la_SOURCES = \ supportw.c \ support-heap.c \ @@ -141,12 +136,14 @@ 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="" \ @@ -164,7 +161,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)/class/lib/net_4_x/Mono.Posix.dll map # Useful if mono is compiled with --enable-shared=no patch-libtool: