use libtool for compile too

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@540 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-09-06 22:10:15 +00:00
parent 048d021f40
commit 1244c45378
1 changed files with 2 additions and 2 deletions

View File

@ -210,10 +210,10 @@ testanalog: $(SRC)/testanalog.o $(MYLIB)
$(LINK) $(SRC)/testanalog.o ./$(MYLIB) $(LIBS)
$(SRC)/zap_io.o: $(SRC)/zap_io.c
$(COMPILE) $(MOD_CFLAGS) -c $< -o $@
$(LTCOMPILE) $(MOD_CFLAGS) -c $< -o $@
%.o: %.c $(HEADERS)
$(COMPILE) -c $< -o $@
$(LTCOMPILE) -c $< -o $@
dox:
cd docs && doxygen $(PWD)/docs/Doxygen.conf