blob: 78c75dd1fddb68e6df8243cb1e60fdf0bf9b86dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/cmdline/Makefile.in.orig Thu May 2 11:24:45 2002
+++ examples/cmdline/Makefile.in Thu May 2 11:23:52 2002
@@ -105,7 +105,7 @@
lookup_SOURCES = lookup.cpp
search_SOURCES = search.cpp
threaded_search_SOURCES = threaded_search.cpp
-threaded_search_LDADD = $(LDADD) -lpthread
+threaded_search_LDADD = $(LDADD) -pthread
subdir = examples/cmdline
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
|