## Process this file with automake to produce Makefile.in

@SET_MAKE@

noinst_LIBRARIES = libjmmsearch.a
noinst_PROGRAMS  = jmmsearchclient

INCLUDES = 					\
	-DG_LOG_DOMAIN=\"Jungle_Monkey\" 	\
	@JM_DEBUG_FLAGS@		 	\
	-DLOCALEDIR=\"$(datadir)/locale\" 	\
	-DJM_DATADIR=\"$(jmdir)\"		\
	-I$(top_srcdir)/src

JMMSEARCH_FILES = 						\
	jmmsp.h			jmmsp.c			\
	jmmsp_debug.h		jmmsp_debug.c		\
	jmmsp_cache.h		jmmsp_cache.c		\
	jmmsp_search.h		jmmsp_search.c		\
	jmmsp_vfs.h		jmmsp_vfs.c		\
	jmmsearch.h		jmmsearch.c

########################################

libjmmsearch_a_SOURCES  = $(JMMSEARCH_FILES)

jmmsearchclient_SOURCES = jmmspclient.c
jmmsearchclient_LDADD   = libjmmsearch.a		      \
		          $(top_builddir)/src/util/libutil.a  \
	              	  $(top_builddir)/src/btp/libbtp.a


syntax highlighted by Code2HTML, v. 0.9.1