view src/libguess/Makefile @ 4722:1a13d88b72f3

remove legacy interface preferences from ui_preferences.c
author Tomasz Mon <desowin@gmail.com>
date Sun, 13 Jul 2008 12:44:23 +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