summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2013-01-11 00:30:48 +0100
committerJoel Klinghed <the_jk@yahoo.com>2013-01-11 00:30:48 +0100
commit36885e794a758d84ab75a905385dca0980c5e902 (patch)
tree5e894f79bd06ef6a6b440a5bc748b42901784d3a /src/Makefile.am
Initial commit
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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@