From d534a96c83a0b70c512bc5dc236572043d42e565 Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Thu, 6 Mar 2008 16:13:15 +0100 Subject: [PATCH] Apply patch by "eostapets" fixing a linking bug. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f992d25..6101ec9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,6 +55,8 @@ libisofs_libisofs_la_SOURCES = \ libisofs/iso1999.h \ libisofs/iso1999.c \ libisofs/data_source.c +libisofs_libisofs_la_LIBADD= \ + $(THREAD_LIBS) libinclude_HEADERS = \ libisofs/libisofs.h