| Revision 1963,
460 bytes
checked in by pterjan, 6 years ago
(diff) |
- Add the ruby tests to make check
|
| 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.