diff --git a/samples/Makefile b/samples/Makefile index cb29942a..99d1d723 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -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)