view src/libguess/Makefile @ 3840:46591501603e

Add my name in few places
author Tomasz Mon <desowin@gmail.com>
date Wed, 24 Oct 2007 19:01:17 +0200
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