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
commit
bb4ec2178b
1 changed files with 5 additions and 3 deletions
  1. +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



Loading…
Cancel
Save