AboutSummaryRefsLogTreeCommitDiffStats
path: root/makefile.am
diff options
context:
space:
mode:
authorDale Mellor <hydro23@.(none)>2008-01-25 21:49:16 +0000
committerDale Mellor <dale@rdmp.org>2010-06-12 20:53:13 +0100
commit651f3b4a6bf78c87a1ab453f8489441b919a1ca3 (patch)
treed257eccfb9b1123a27c5107e2d634f3901879d0c /makefile.am
parent011df9b8fd152554619f76ea1e35a68ef206762d (diff)
downloadmcron-651f3b4a6bf78c87a1ab453f8489441b919a1ca3.tar.gz
mcron-651f3b4a6bf78c87a1ab453f8489441b919a1ca3.tar.bz2
mcron-651f3b4a6bf78c87a1ab453f8489441b919a1ca3.zip
Removed target-specific compiler flags from makefile.
Diffstat (limited to 'makefile.am')
-rw-r--r--makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/makefile.am b/makefile.am
index b3d32d8..afeafe8 100644
--- a/makefile.am
+++ b/makefile.am
@@ -30,11 +30,13 @@ EXTRA_DIST = makefile.ed main.scm mcron-core.scm vixie-specification.scm \
crontab.scm environment.scm job-specifier.scm redirect.scm \
vixie-time.scm mcron.c.template BUGS
+AM_LDFLAGS = @GUILE_LDFLAGS@
+AM_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir)\"
+
info_TEXINFOS = mcron.texinfo
+
bin_PROGRAMS = mcron
mcron_SOURCES = mcron.c
-mcron_LDFLAGS = @GUILE_LDFLAGS@
-mcron_CFLAGS = @GUILE_CFLAGS@ -DGUILE_LOAD_PATH=\"$(datadir)\"
pkgdata_DATA = core.scm environment.scm job-specifier.scm redirect.scm \
vixie-time.scm vixie-specification.scm config.scm