blob: e6002088ae968ccba31727efe58484b2a6078b79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dfa/Makefile.in.orig Tue Aug 17 11:00:25 2004
+++ dfa/Makefile.in Thu Aug 19 15:16:58 2004
@@ -91,7 +91,7 @@
noinst_PROGRAMS = agrep lexer grepper
AM_CPPFLAGS = -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
|