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

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

It seems that $Log$ is not implemented or doesn't work for some reason

  • 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.