view src/libguess/Makefile @ 4667:2079f04c19e2

Use new Interface API.
author William Pitcock <nenolod@atheme.org>
date Sun, 29 Jun 2008 00:45:55 -0500
parents 625af2797f35
children
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