From 0b116a792058c41cc5bdf9e2bbea9d855ba3bb8a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Jul 2016 10:48:14 +0200 Subject: Fix semaphore test linking. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index e8d9a75..93155fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -167,8 +167,8 @@ imagecachetest_SOURCES = \ test.cc semaphoretest_CXXFLAGS = -DOUTPUT=\"semaphoretest\" $(CPPUNIT_CFLAGS) \ - -I$(top_srcdir)/src -I$(top_srcdir)/hugin -semaphoretest_LDFLAGS = $(CPPUNIT_LIBS) + -I$(top_srcdir)/src -I$(top_srcdir)/hugin $(PTHREAD_CFLAGS) +semaphoretest_LDFLAGS = $(CPPUNIT_LIBS) $(PTHREAD_LIBS) semaphoretest_SOURCES = \ $(top_srcdir)/hugin/hugin.c \ $(top_srcdir)/src/semaphore.cc \ -- cgit v1.2.3