view src/libguess/Makefile @ 3599:24ae9b303a9d trunk

removed lastfm from the core, rewriting it as a plugin
author Cristi Magherusan <majeru@atheme-project.org>
date Sat, 22 Sep 2007 22:50:57 +0300
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