From 27e1a6a7c2db0432d66ff00694c59699707c22c8 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 19 Aug 2015 12:28:12 +0000 Subject: [PATCH] Linking libpthread to libisoburn, not only to xorriso --- Makefile.am | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7f941481..d0077ea0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ libisoburn_libisoburn_la_SOURCES = \ xorriso/xorriso_buildstamp.h libisoburn_libisoburn_la_LIBADD = \ + $(THREAD_LIBS) \ -lisofs \ -lburn diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 03bfbda1..4af16a4c 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2015.08.17.200910" +#define Xorriso_timestamP "2015.08.19.122832"