Last change
on this file since 1963 was
1963,
checked in by Pascal Terjan, 13 years ago
|
- Add the ruby tests to make check
|
File size:
460 bytes
|
Line | |
---|
1 | # $Id: $ |
---|
2 | rubylibdir=$(RUBY_SITEARCHDIR) |
---|
3 | |
---|
4 | if USE_RUBY |
---|
5 | rubylib_LTLIBRARIES = cucul.la |
---|
6 | TESTS = test |
---|
7 | endif |
---|
8 | |
---|
9 | cucul_la_CPPFLAGS = -I$(top_srcdir)/cucul -I$(RUBY_ARCHDIR) |
---|
10 | cucul_la_SOURCES = cucul.c cucul-canvas.c |
---|
11 | cucul_la_LDFLAGS = -module -avoid-version -shared -L$(RUBY_LIBDIR) -l$(RUBY_SO_NAME) |
---|
12 | cucul_la_LIBADD = ../cucul/libcucul.la |
---|
13 | |
---|
14 | EXTRA_DIST = cucul-canvas.h \ |
---|
15 | test.rb \ |
---|
16 | t/tc_frame.rb |
---|
17 | |
---|
18 | CFLAGS+=-Wno-strict-prototypes -Wno-missing-prototypes |
---|
Note: See
TracBrowser
for help on using the repository browser.