(IM)/output filter (OF) framework. PR: ports/85731 Submitted by: Leland Wang <llwang@infor.org>
11 lines
420 B
Text
11 lines
420 B
Text
--- src/Makefile.in.orig Sat Sep 3 12:22:13 2005
|
|
+++ src/Makefile.in Sat Sep 3 13:44:22 2005
|
|
@@ -202,7 +202,7 @@
|
|
|
|
|
|
#noinst_HEADERS = scim_chewing_imengine.h scim_chewing_config_entry.h
|
|
-moduledir = @SCIM_MODULEDIR@/IMEngine
|
|
+moduledir = ${PREFIX}/lib/scim-1.0/IMEngine
|
|
module_LTLIBRARIES = OVLoader-SCIM.la
|
|
OVLoader_SCIM_la_SOURCES = OVLoader-SCIM.cpp
|
|
OVLoader_SCIM_la_CFLAGS = @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@
|