Explicitly link geotag to expat library.

v0.27.3
Robin Mills 13 years ago
parent f9693d0add
commit c9d9cc2d4f

@ -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)

Loading…
Cancel
Save