Explicitly link geotag to expat library.

This commit is contained in:
Robin Mills 2012-10-14 00:13:34 +00:00
parent f9693d0add
commit c9d9cc2d4f

View File

@ -125,6 +125,10 @@ endif
relink: binclean samples
# link expat directly to geotag
geotag : geotag.o
$(LIBTOOL) --mode=link $(LINK.cc) -lexpat -o $@ $@.o
# Remove binaries, e.g., to relink them
binclean:
$(RM) $(EXECUTABLE)