From 1d8af5a018282dc6a93b9ed7c87d9d2f87287b14 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 13 Jul 2015 13:04:24 +0200 Subject: Copy the dependencies from sawmill project --- src/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c4ad583..7131b86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,6 +4,11 @@ AM_CPPFLAGS = @DEFINES@ -DVERSION='"@VERSION@"' bin_PROGRAMS = timer -timer_SOURCES = main.c common.h compiler.h safe_fifo.h thread.h paths.h +timer_SOURCES = main.c common.h compiler.h safe_fifo.h thread.h paths.h \ + safe_fifo.c timespec.h timespec.c paths.c ref.h macros.h \ + strutil.h strutil.c dynstr.h dynstr.c +if HAVE_PTHREAD +timer_SOURCES += thread-pthread.c +endif timer_CFLAGS = @XCB_CFLAGS@ -timer_LDADD = libpaths.a libcommon.a @XCB_LIBS@ @CLOCK_LIBS@ +timer_LDADD = @XCB_LIBS@ -- cgit v1.2.3-70-g09d2