From c9d9cc2d4f8189564be17157d171d0f8eceff6d8 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 14 Oct 2012 00:13:34 +0000 Subject: [PATCH] Explicitly link geotag to expat library. --- samples/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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)