root / pykota / trunk / pykota / Makefile.am @ 1417

Revision 1417, 245 bytes (checked in by jalet, 20 years ago)

Inclusion of Michele Baldessari's work on autotools

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1pykotadir = $(pythondir)/pykota
2
3pykota_PYTHON =         \
4        accounter.py    \
5        config.py               \
6        __init__.py             \
7        logger.py               \
8        reporter.py             \
9        requester.py    \
10        storage.py              \
11        tool.py                 \
12        version.py
13
14SUBDIRS = accounters loggers reporters requesters storages
Note: See TracBrowser for help on using the browser.