view src/libguess/Makefile @ 4838:53dd85fdf42b

"default" -> "newui".
author William Pitcock <nenolod@atheme.org>
date Sun, 05 Apr 2009 15:28:31 -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