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
* Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
tags/v0.99.beta14
Pascal Terjan
pterjan
17 years ago
parent
f5b3266b6d
commit
bb4ec2178b
1 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
ruby/Makefile.am
+ 5
- 3
ruby/Makefile.am
View File
@@ -12,9 +12,11 @@ cucul_la_LDFLAGS = -module -avoid-version -shared -L$(RUBY_LIBDIR) -l$(RUBY_SO_N
cucul_la_LIBADD = ../cucul/libcucul.la
EXTRA_DIST = cucul-canvas.h \
cucul-canvas.h \
common.h \
test.rb \
cucul-canvas.h \
common.h \
test.rb \
t/tc_canvas.rb \
t/tc_font.rb \
t/tc_frame.rb \
README
Write
Preview
Loading…
Cancel
Save