diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 9 |
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@ |
