view src/libguess/Makefile @ 3748:08e87e5051d8

fix a typo
author William Pitcock <nenolod@atheme.org>
date Sun, 14 Oct 2007 03:57:03 -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