2009-11-10 09:20:58 +00:00
|
|
|
Index: ruby/Makefile.am
|
|
|
|
|
===================================================================
|
2024-02-23 10:22:54 +00:00
|
|
|
--- libcaca/ruby/Makefile.am
|
|
|
|
|
+++ libcaca-new/ruby/Makefile.am
|
2018-01-23 11:04:42 +00:00
|
|
|
@@ -12,7 +12,7 @@ TESTS = test
|
|
|
|
|
endif
|
2008-06-26 13:55:14 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
-CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes
|
|
|
|
|
+AM_CFLAGS = -Wno-strict-prototypes -Wno-missing-prototypes
|
|
|
|
|
|
2009-11-10 09:20:58 +00:00
|
|
|
caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I../caca $(RUBY_CFLAGS)
|
|
|
|
|
caca_la_SOURCES = caca.c \
|