From 06950aab233de6a2f47293d59575bb42f6131660 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 27 Jan 2021 22:06:49 +0100 Subject: Complete rewrite using C++ and with shared state support --- src/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/Makefile.am (limited to 'src/Makefile.am') 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@ -- cgit v1.2.3-70-g09d2