view src/libguess/Makefile @ 3560:154f21dcd61e trunk

equalizer -> flow API
author William Pitcock <nenolod@atheme.org>
date Tue, 18 Sep 2007 13:39:21 -0500
parents 9ddf21ab5c84
children 625af2797f35
line wrap: on
line source

STATIC_LIB_NOINST = libguess.a

SRCS = \
	guess.c \
	arabic_impl.c \
	cjk_impl.c \
	greek_impl.c \
	hebrew_impl.c \
	russian_impl.c \
	turkish_impl.c

include ../../buildsys.mk