This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Fix python Makefile.
tags/v0.99.beta18
Alex Foulon
alxf
14 years ago
parent
d9a814e437
commit
a72bbedaf6
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 \
Write
Preview
Loading…
Cancel
Save