You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
269 B

  1. if USE_PYTHON
  2. python_PYTHON = \
  3. caca/__init__.py \
  4. caca/canvas.py \
  5. caca/common.py \
  6. caca/display.py \
  7. caca/dither.py \
  8. caca/font.py
  9. endif
  10. EXTRA_DIST = \
  11. setup.py \
  12. examples/cacainfo.py \
  13. examples/drawing.py \
  14. examples/gol.py