2007-01-18 06:39:36 +00:00
|
|
|
--- libthai-0.1.7/src/Makefile.am.static-build 2006-05-04 06:14:27.000000000 -0400
|
|
|
|
+++ libthai-0.1.7/src/Makefile.am 2007-01-18 00:22:06.000000000 -0500
|
2007-01-18 00:49:04 +00:00
|
|
|
@@ -24,7 +24,9 @@
|
|
|
|
$(top_builddir)/src/thwchar/libthwchar.la \
|
|
|
|
$(top_builddir)/src/thwctype/libthwctype.la \
|
|
|
|
$(top_builddir)/src/thwstr/libthwstr.la \
|
|
|
|
- $(top_builddir)/src/thwbrk/libthwbrk.la
|
|
|
|
+ $(top_builddir)/src/thwbrk/libthwbrk.la \
|
|
|
|
+ $(DATRIE_LIBS)
|
|
|
|
libthai_la_LDFLAGS = $(no_undefined) \
|
|
|
|
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
2007-01-22 22:15:39 +00:00
|
|
|
+ -export-symbols-regex '^th_.*|^_th_.*_tbl$$'
|
2007-01-18 00:49:04 +00:00
|
|
|
|
2007-01-18 06:39:36 +00:00
|
|
|
--- libthai-0.1.7/src/thbrk/Makefile.am.static-build 2006-10-14 02:38:56.000000000 -0400
|
|
|
|
+++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-18 00:22:06.000000000 -0500
|
2007-01-18 00:49:04 +00:00
|
|
|
@@ -13,5 +13,4 @@
|
|
|
|
brk-maximal.c \
|
|
|
|
brk-maximal.h
|
|
|
|
|
|
|
|
-libthbrk_la_LIBADD = $(DATRIE_LIBS)
|
|
|
|
|
2007-01-18 06:39:36 +00:00
|
|
|
--- libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am.static-build 2006-09-02 10:12:54.000000000 -0400
|
|
|
|
+++ libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am 2007-01-18 00:22:06.000000000 -0500
|
2007-01-18 00:49:04 +00:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|
|
|
|
|
|
-lib_LTLIBRARIES = libdatrie.la
|
|
|
|
+noinst_LTLIBRARIES = libdatrie.la
|
|
|
|
|
|
|
|
libdatrie_la_SOURCES = \
|
|
|
|
typedefs.h \
|
2007-01-18 06:39:36 +00:00
|
|
|
--- libthai-0.1.7/libthai.pc.in.static-build 2007-01-18 01:38:29.000000000 -0500
|
|
|
|
+++ libthai-0.1.7/libthai.pc.in 2007-01-18 01:38:38.000000000 -0500
|
|
|
|
@@ -6,6 +6,5 @@
|
|
|
|
Name: libthai
|
|
|
|
Description: Thai support library
|
|
|
|
Version: @VERSION@
|
|
|
|
-Requires: datrie
|
|
|
|
Libs: -L${libdir} -lthai
|
|
|
|
Cflags: -I${includedir}
|