diff options
author | mchiang <phidias.chiang@gmail.com> | 2014-01-15 22:26:14 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-01-18 20:50:59 -0500 |
commit | 2c3be0bbbfa5f443c2afe7c4dfc1d703987cda5d (patch) | |
tree | d23fab59ab4b918807a3203205dd6ff7661509e9 /Makefile.am | |
parent | Update version (diff) | |
download | eselect-python-20140115.tar.gz eselect-python-20140115.tar.bz2 eselect-python-20140115.zip |
Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e92a315..69fd8d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = python-wrapper eselectdir = $(datadir)/eselect/modules -dist_eselect_DATA = python.eselect +nodist_eselect_DATA = python.eselect |