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

Revision 2139, 238 bytes (checked in by jerome, 19 years ago)

Added the Log keyword property

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision Log
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.