From 63bf2a90a6d6fb0859e4c9dd9fcac85de9adc0f1 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 9 Aug 2005 23:22:36 +0000 Subject: - Russian Engine is really renamed - Translate to English is fixed - Default charset for "all" languages - Support for per-class additional and dissabled charsets - Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated. - rccUiGetSomethingName gets id's on the input instead of names --- engines/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/Makefile.am b/engines/Makefile.am index 678fc8b..2b7bb26 100644 --- a/engines/Makefile.am +++ b/engines/Makefile.am @@ -4,8 +4,8 @@ libdir = $(pkgdatadir)/engines if HAVE_RCD lib_LTLIBRARIES += librcd.la -librussian_la_SOURCES = librcd.c -librussian_la_LDFLAGS = -module -avoid-version -export-symbols-regex "rccGetInfo" +librcd_la_SOURCES = librcd.c +librcd_la_LDFLAGS = -module -avoid-version -export-symbols-regex "rccGetInfo" endif libwestern_la_SOURCES = western.c -- cgit v1.2.3