]> andersk Git - libfaim.git/blobdiff - Makefile.rules
- Wed Dec 13 02:26:39 UTC 2000
[libfaim.git] / Makefile.rules
index a34f70ec205061d158163cae1a0d9534e14a9d15..9b8980b0ee5ce97c3a4f6d38d04110d735efe0bb 100644 (file)
@@ -7,7 +7,12 @@ endif
 
 LDFLAGS = 
 ifdef LIBFAIM_LIB
-LDFLAGS += -lfaim -ldl -L$(LIBFAIM_LIB)
+LDFLAGS += -lfaim -L$(LIBFAIM_LIB)
+endif
+
+ifdef SOLARIS
+CC = gcc
+MAKE = gmake
 endif
 
 AR = ar
This page took 0.157975 seconds and 4 git commands to generate.