Browse Source

* cucul.h is needed to build caca part

tags/v0.99.beta14
Pascal Terjan pterjan 17 years ago
parent
commit
694617510f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruby/Makefile.am

+ 1
- 1
ruby/Makefile.am View File

@@ -24,7 +24,7 @@ cucul_la_SOURCES = cucul.c \
cucul_la_LDFLAGS = -module -avoid-version -shared $(RUBY_LIBS)
cucul_la_LIBADD = ../cucul/libcucul.la

caca_la_CPPFLAGS = -I$(top_srcdir)/caca $(RUBY_CFLAGS)
caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I$(top_srcdir)/cucul $(RUBY_CFLAGS)
caca_la_SOURCES = caca.c \
common.h \
caca-display.c \


Loading…
Cancel
Save