[svn-r23400] I updated Makefile.in for Mac.

Tested on MacGoblin and koala.
This commit is contained in:
Raymond Lu 2013-03-20 10:13:17 -05:00
parent 7c70c816f5
commit 61b39ecc7c

View File

@ -36,7 +36,7 @@ $(NAME1).o: $(SRCDIR)/$(NAME1).c
$(CC) $(CFLAGS) $(INCLUDES) -c $(SRCDIR)/$(NAME1).c
lib$(NAME1).so.$(VERSION): $(NAME1).o
$(CC) -shared -Wl,-soname,lib$(NAME1).so.$(MAJOR) $^ -o $@
$(CC) -shared $^ -o $@
clean:
$(RM) *.o *.so* Makefile