From b905d16f727ced319e5c7ebc9fbddf480cb5888d Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 24 Oct 2006 11:42:18 +0000 Subject: [PATCH] *** empty log message *** --- src/query/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/Makefile b/src/query/Makefile index faedfcc4..98c4b4a7 100644 --- a/src/query/Makefile +++ b/src/query/Makefile @@ -9,7 +9,7 @@ SRCS = xadump.cpp .cpp.o : $(CXX) -c $(ALL_CXXFLAGS) -o $@ $< -XADUMP_OBJS= xadump.o $(BIGLIB) ../bincimapmime/libmime.a +XADUMP_OBJS= xadump.o $(BIGLIB) xadump : $(XADUMP_OBJS) $(CXX) $(ALL_CXXFLAGS) -o xadump $(XADUMP_OBJS) \ $(LIBICONV) $(LIBXAPIAN) $(LIBSYS)