blob: 218ac448ac04b6e3e70c4fdfd5d9a8e098c2b697 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- hfkernel/Makefile.in.orig Sun Apr 15 18:33:50 2007
+++ hfkernel/Makefile.in Sun Apr 15 18:34:48 2007
@@ -179,6 +179,7 @@
noinst_HEADERS = main.h msg.h
hfkernel_SOURCES = main.c msg.c
hfkernel_DEPENDANCIES = $(noinst_HEADERS) $(hfkernel_SOURCES) $(MYLIBS)
+THRLIBS= -lpthread
hfkernel_LDADD = $(MYLIBS) \
$(OSLIBS) $(SOCKLIBS) $(THRLIBS) $(SCHEDLIBS) $(ALSALIBS) -lstdc++
|