blob: dd9295930c3375f735d16b0196469bbe6c34f263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- src/Makefile.in.orig 2007-04-08 20:17:23.000000000 +0200
+++ src/Makefile.in 2008-07-05 02:16:42.000000000 +0200
@@ -108,7 +108,7 @@
lib_LTLIBRARIES = libots-1.la
-libots_1_la_LIBADD = $(OTS_LIBS)
+libots_1_la_LIBADD = $(OTS_LIBS) -lm
libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined)
libots_1_la_SOURCES = libots.h article.c dictionary.c grader.c grader-tf.c grader-tc.c grader-tc.h html.c parser.c text.c stemmer.c highlighter.c wordlist.c relations.c
--- src/Makefile.am~ 2007-04-08 18:21:51.000000000 +0200
+++ src/Makefile.am 2009-06-01 00:28:53.000000000 +0200
@@ -20,7 +20,7 @@
lib_LTLIBRARIES = libots-1.la
-libots_1_la_LIBADD = $(OTS_LIBS)
+libots_1_la_LIBADD = $(OTS_LIBS) -lm
libots_1_la_LDFLAGS = -version-info @VERSION_INFO@ $(no_undefined)
libots_1_la_SOURCES = \
libots.h \
|