From c55c34f4a08829c2734168a912c0ad371b934d30 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 13 Oct 2009 13:28:13 -0700 Subject: Rename g_mime_test to notmuch-index-message In preparation for actually creating a Xapian index from the message, (not that we're doing that quite yet). --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 614c5760..bf3a5200 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,11 @@ -PROGS=g_mime_test xapian-dump +PROGS=notmuch-index-message xapian-dump -MYCFLAGS=-Wall MYCXXFLAGS=-Wall all: $(PROGS) -g_mime_test: g_mime_test.c - $(CC) $(CFLAGS) $(MYCFLAGS) g_mime_test.c `pkg-config --cflags --libs gmime-2.4` -o g_mime_test +notmuch-index-message: notmuch-index-message.cc + $(CC) $(CXXFLAGS) $(MYCXXFLAGS) notmuch-index-message.cc `pkg-config --cflags --libs gmime-2.4` `xapian-config --cxxflags --libs` -o notmuch-index-message xapian-dump: xapian-dump.cc $(CXX) $(CXXFLAGS) $(MYCXXFLAGS) xapian-dump.cc `xapian-config --libs --cxxflags` -o xapian-dump -- cgit v1.2.3