blob: f5b4c52a1c2966dac097698c4db104133dcf1eb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.1 2002/03/29 19:44:55 fredb Exp $
--- tests/Makefile.in.orig Fri Mar 29 11:10:41 2002
+++ tests/Makefile.in
@@ -127,7 +127,7 @@
noinst_PROGRAMS = test-text-index test-index-service test-queue test-file-indexer test-versioned-file test-search-method test-system-state
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GNOME_CFLAGS) $(GTK_CFLAGS) $(NULL)
test_text_index_SOURCES = medusa-text-index-test.c
|