34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
|
--- libthai-0.1.7/src/Makefile.am.orig 2007-01-15 02:28:45.000000000 -0500
|
||
|
+++ libthai-0.1.7/src/Makefile.am 2007-01-15 02:29:44.000000000 -0500
|
||
|
@@ -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) \
|
||
|
+ -export-symbols-regex '^th_.*'
|
||
|
|
||
|
--- libthai-0.1.7/src/thbrk/Makefile.am.orig 2007-01-15 02:29:30.000000000 -0500
|
||
|
+++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-15 02:29:53.000000000 -0500
|
||
|
@@ -13,5 +13,4 @@
|
||
|
brk-maximal.c \
|
||
|
brk-maximal.h
|
||
|
|
||
|
-libthbrk_la_LIBADD = $(DATRIE_LIBS)
|
||
|
|
||
|
--- libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am.orig 2007-01-15 02:25:34.000000000 -0500
|
||
|
+++ libthai-0.1.7/libdatrie-0.1.1/datrie/Makefile.am 2007-01-15 02:25:41.000000000 -0500
|
||
|
@@ -8,7 +8,7 @@
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir)
|
||
|
|
||
|
-lib_LTLIBRARIES = libdatrie.la
|
||
|
+noinst_LTLIBRARIES = libdatrie.la
|
||
|
|
||
|
libdatrie_la_SOURCES = \
|
||
|
typedefs.h \
|