diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:20:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:20:23 +0000 |
commit | aab18800bcf364ee5d3f34f96fb88ceec2b50bb9 (patch) | |
tree | ebe8f342c0f753184748b4e78bbe6b2d72655b1a /Makefile.am | |
parent | 2cabbf89f9f696a4786476a4eda7a59a1c16d486 (diff) | |
download | fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.gz fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.bz2 fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 |