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

Revision 1482, 265 bytes (checked in by jalet, 20 years ago)

pkpgcounter is now just a wrapper around the PDLAnalyzer class

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