From 36885e794a758d84ab75a905385dca0980c5e902 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 11 Jan 2013 00:30:48 +0100 Subject: Initial commit --- src/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..c4ad583 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,9 @@ +MAINTAINERCLEANFILES = Makefile.in + +AM_CPPFLAGS = @DEFINES@ -DVERSION='"@VERSION@"' + +bin_PROGRAMS = timer + +timer_SOURCES = main.c common.h compiler.h safe_fifo.h thread.h paths.h +timer_CFLAGS = @XCB_CFLAGS@ +timer_LDADD = libpaths.a libcommon.a @XCB_LIBS@ @CLOCK_LIBS@ -- cgit v1.2.3-70-g09d2