2009-11-10 10:20:58 +01:00
|
|
|
Index: ruby/Makefile.am
|
|
|
|
===================================================================
|
2011-01-29 21:32:53 +01:00
|
|
|
--- ruby/Makefile.am.orig 2010-02-08 03:27:22.000000000 +0200
|
|
|
|
+++ ruby/Makefile.am 2010-11-20 07:31:50.000000000 +0200
|
|
|
|
@@ -8,7 +8,7 @@ rubysite_DATA = lib/caca.rb
|
2008-06-26 15:55:14 +02:00
|
|
|
TESTS = test
|
|
|
|
endif
|
|
|
|
|
|
|
|
-CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes
|
|
|
|
+AM_CFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes
|
|
|
|
|
2009-11-10 10:20:58 +01:00
|
|
|
caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I../caca $(RUBY_CFLAGS)
|
|
|
|
caca_la_SOURCES = caca.c \
|