From aab18800bcf364ee5d3f34f96fb88ceec2b50bb9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 01:20:23 +0000 Subject: Rename fetchmailconf to fetchmailconf.py. Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted). Use automake's PYTHON mode to byte-compile the script at install time. svn path=/trunk/; revision=4220 --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 62985864..7d969b3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,10 +7,11 @@ AM_CPPFLAGS= @CPFLAGS@ AM_LDFLAGS= @LDEFLAGS@ ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d -BUILT_SOURCES= rcfile_y.h +BUILT_SOURCES= rcfile_y.h fetchmailconf bin_PROGRAMS= fetchmail -dist_bin_SCRIPTS= fetchmailconf +nodist_bin_SCRIPTS= fetchmailconf +python_PYTHON= fetchmailconf.py dist_noinst_SCRIPTS= specgen.sh dist_man1_MANS= fetchmail.man fetchmailconf.man -- cgit v1.2.3