~gdesklets-desklet-team/gdesklets/0.36

« back to all changes in this revision

Viewing changes to factory/Makefile.am

  • Committer: Robert Pastierovic
  • Date: 2007-10-07 10:08:42 UTC
  • Revision ID: pastierovic@gmail.com-20071007100842-fdvp2vzmqgh1j87k
merged 0.3x branch and basic documentation and some other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
installdir = ${coredir}/factory
 
2
install_DATA = \
 
3
        __init__.py       \
 
4
        ControlFactory.py \
 
5
        DisplayFactory.py \
 
6
        SensorFactory.py
 
7
 
 
8
EXTRA_DIST = $(install_DATA)
 
9
install_PYTHON = $(install_DATA)
 
10
CLEANFILES = *.pyc