]> andersk Git - libfaim.git/blobdiff - Makefile
- Sun Sep 3 23:58:17 UTC 2000
[libfaim.git] / Makefile
index 01f03f1f8b51f019f838493f32035e722309d6a4..326ededb184f271f6b052336735e3b63803f8595 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,11 @@ mkbuildinfo:
 libfaim: mkbuildinfo $(LIBFAIM_OBJECTS)
        $(AR) cru libfaim.a $(LIBFAIM_OBJECTS)
        $(RANLIB) libfaim.a
+ifdef SOLARIS
+       ld -G -o $(SONAME) $(LIBFAIM_OBJECTS) -lresolv
+else
        ld -o $(SONAME) $(LIBFAIM_OBJECTS) -shared -soname $(SONAME)
+endif
 
 allutils: libfaim
        @echo "LIBFAIM_INC = $$PWD" > utils/Makefile.dynamicrules; \
This page took 0.029511 seconds and 4 git commands to generate.