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

Revision 1483, 238 bytes (checked in by jalet, 20 years ago)

Big code changes to completely remove the need for "requester" directives,
jsut use "hardware(... your previous requester directive's content ...)"

  • 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        storage.py              \
10        tool.py                 \
11        pdlanalyzer.py                  \
12        version.py
13
14SUBDIRS = accounters loggers reporters storages
Note: See TracBrowser for help on using the browser.