diff --git a/i4lnet/Makefile b/i4lnet/Makefile index 6be39be..d596e8f 100644 --- a/i4lnet/Makefile +++ b/i4lnet/Makefile @@ -22,7 +22,7 @@ libisdnnet.a: $(ISDNNET_OBJ) $(AR) cru $@ $^ $(RANLIB) $@ -libisdnnet.so: $(ISDNNETOBJ) +libisdnnet.so: $(ISDNNET_OBJ) $(CC) -shared -Xlinker -x -o $@ $^ .c.o: diff --git a/suppserv/Makefile b/suppserv/Makefile index ecf3203..55b1954 100644 --- a/suppserv/Makefile +++ b/suppserv/Makefile @@ -25,7 +25,7 @@ libsuppserv.a: $(SUPPSERV_OBJ) $(AR) cru $@ $< $(RANLIB) $@ -libsuppserv.so: $(SUPPSERVOBJ) +libsuppserv.so: $(SUPPSERV_OBJ) $(CC) -shared -Xlinker -x -o $@ $^