summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 7131b86..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-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 \
- 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 = @XCB_LIBS@