$NetBSD: patch-ac,v 1.4 2008/11/16 17:24:40 wiz Exp $

For separating gnome-speech-espeak into a separate package.

--- drivers/espeak/Makefile.in.orig	2009-02-15 17:43:44.000000000 +0000
+++ drivers/espeak/Makefile.in
@@ -55,7 +55,6 @@ espeak_synthesis_driver_OBJECTS =  \
 espeak_synthesis_driver_LDADD = $(LDADD)
 am__DEPENDENCIES_1 =
 espeak_synthesis_driver_DEPENDENCIES =  \
-	$(top_builddir)/gnome-speech/libgnomespeech.la \
 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -250,9 +249,10 @@ INCLUDES = -I$(top_srcdir)          \
 	-I$(top_srcdir)/gnome-speech\
 	$(gnome_speech_CFLAGS) \
 	$(WARN_CFLAGS) \
-	-I$(espeak_INCLUDES)
+	-I$(espeak_INCLUDES) \
+	-I${LOCALBASE}/include/gnome-speech-1.0
 
-LDADD = $(top_builddir)/gnome-speech/libgnomespeech.la 	\
+LDADD = -lgnomespeech \
 	$(gnome_speech_LIBS)	\
 	$(espeak_LIBS)
 
