summaryrefslogtreecommitdiff
blob: 6c2c314e5b3a17c4092a62868f0a2c6904ae071a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -urN iiimp.orig/Makefile.am iiimp/Makefile.am
--- iiimp.orig/Makefile.am	2003-08-23 16:38:19.000000000 +0900
+++ iiimp/Makefile.am	2003-09-09 21:31:21.000000000 +0900
@@ -8,8 +8,8 @@
 # you have to add the following by yourself to check undefined symbols.
 #                   -Wl,-z -Wl,defs
 xiiimp_la_LIBADD = $(X_LIBS) \
-                   $(IM_LIBDIR)/iiimcf/libiiimcf.la \
-                   $(IM_LIBDIR)/iiimp/libiiimp.la \
+                   /usr/lib/libiiimcf.la \
+                   /usr/lib/libiiimp.la \
                    $(DLOPEN_LIBS) $(THREAD_LIBS)
 xiiimp_la_SOURCES = \
 	genutil.c \
diff -urN iiimp.orig/Makefile.in iiimp/Makefile.in
--- iiimp.orig/Makefile.in	2003-08-23 16:47:37.000000000 +0900
+++ iiimp/Makefile.in	2003-09-09 21:34:03.000000000 +0900
@@ -138,8 +138,8 @@
 # you have to add the following by yourself to check undefined symbols.
 #                   -Wl,-z -Wl,defs
 xiiimp_la_LIBADD = $(X_LIBS) \
-                   $(IM_LIBDIR)/iiimcf/libiiimcf.la \
-                   $(IM_LIBDIR)/iiimp/libiiimp.la \
+                   /usr/lib/libiiimcf.la \
+                   /usr/lib/libiiimp.la \
                    $(DLOPEN_LIBS) $(THREAD_LIBS)
 
 xiiimp_la_SOURCES = \
@@ -190,8 +190,8 @@
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(module_LTLIBRARIES)
 
-xiiimp_la_DEPENDENCIES = $(IM_LIBDIR)/iiimcf/libiiimcf.la \
-	$(IM_LIBDIR)/iiimp/libiiimp.la
+xiiimp_la_DEPENDENCIES = /usr/lib/libiiimcf.la \
+	/usr/lib/libiiimp.la
 am_xiiimp_la_OBJECTS = xiiimp_la-genutil.lo xiiimp_la-KeyMap.lo \
 	xiiimp_la-guiIMLookup.lo xiiimp_la-XeIMWrap.lo \
 	xiiimp_la-guiIMPre.lo xiiimp_la-lookup.lo xiiimp_la-XimpConv.lo \