summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2015-07-13 13:04:24 +0200
committerJoel Klinghed <the_jk@opera.com>2015-07-13 13:04:24 +0200
commit1d8af5a018282dc6a93b9ed7c87d9d2f87287b14 (patch)
treec47c19f7c27fd1774d1455b088eb207c611d30ed /src/Makefile.am
parent59709e4cb30f2ff8666522d5b758731ab618adbc (diff)
Copy the dependencies from sawmill project
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 7 insertions, 2 deletions
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@