source: libcaca/trunk/ruby/Makefile.am @ 1963

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