aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-18 21:24:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-11-23 02:01:21 +0100
commitd2b3a983e16f15d636619ebd61a3fa08c889b080 (patch)
tree54740409709b76c7045bcb634b5b79377f7798c3 /Makefile.am
Initial commit
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6f72aea
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,13 @@
+ACLOCAL_AMFLAGS = -I m4
+
+AM_CPPFLAGS = -D_GNU_SOURCE
+AM_CFLAGS = $(WARN_CFLAGS)
+
+sbin_PROGRAMS = gcrond
+
+gcrond_SOURCES = gcrond.c gcrond.h rdcron.c crontab.c cronscan.c rdline.c
+
+crontabdir = @GCRONDIR@
+crontab_DATA = crontab/0-example
+
+EXTRA_DIST = crontab/0-example LICENSE README.md