Commits
Takanori Yamamoto authored b105904bb45
1 + | --- src/Makefile.in.orig 2007-06-15 13:33:26.000000000 +0900 |
2 + | +++ src/Makefile.in 2007-10-17 22:34:05.000000000 +0900 |
3 + | |
4 + | $(top_builddir)/src/thwbrk/libthwbrk.la |
5 + | |
6 + | libthai_la_LDFLAGS = -no-undefined \ |
7 + | - -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ |
8 + | - -export-symbols $(srcdir)/libthai.def |
9 + | + -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |
10 + | |
11 + | all: all-recursive |
12 + |