]> andersk Git - libfaim.git/blobdiff - Makefile
Oops.
[libfaim.git] / Makefile
index 15d1de6b5cedb87b45f0ee4c07f46d37bc316069..5a65b66452e214e4c5aba00e173483c7b88e07c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,9 @@ LIBFAIM_OBJECTS = \
        aim_util.o \
        aim_meta.o \
        aim_msgcookie.o \
-       aim_ads.o
+       aim_ft.o \
+       aim_ads.o \
+       md5.o
 
 all: libfaim allutils
 
@@ -34,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; \
@@ -55,3 +61,6 @@ cleanutils:
 
 clean: cleanutils
        rm -f $(LIBFAIM_OBJECTS) $(SONAME) libfaim.a *~ core
+
+tags:
+       etags *.[ch] faim/*.[ch] utils/faimtest/faimtest.c
This page took 0.048035 seconds and 4 git commands to generate.