2009-11-10 10:20:58 +01:00
|
|
|
Index: ruby/Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- ruby/Makefile.am.orig
|
2008-06-26 15:55:14 +02:00
|
|
|
+++ ruby/Makefile.am
|
2009-11-10 10:20:58 +01:00
|
|
|
@@ -9,7 +9,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 \
|