blob: 58bd1d59edb62c946230c50af7742928dc9c4309 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dfa/Makefile.in.orig Sat Jan 4 16:35:12 2003
+++ dfa/Makefile.in Sat Jan 4 16:35:30 2003
@@ -84,7 +84,7 @@
noinst_PROGRAMS = agrep lexer grepper
INCLUDES = -I$(srcdir)/../include @YAZINC@
-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
+LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) @PTHREAD_LIBS@
agrep_SOURCES = agrep.c
|