Browse Source

* Fix python Makefile.

tags/v0.99.beta18
Alex Foulon alxf 14 years ago
parent
commit
a72bbedaf6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      python/Makefile.am

+ 2
- 1
python/Makefile.am View File

@@ -1,6 +1,7 @@

if USE_PYTHON
python_PYTHON = \
cacadir = $(pythondir)/caca
caca_PYTHON = \
caca/__init__.py \
caca/canvas.py \
caca/common.py \


Loading…
Cancel
Save