Changeset 2097 for libcaca/trunk/ruby/Makefile.am
- Timestamp:
- Nov 29, 2007, 1:52:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ruby/Makefile.am
r2067 r2097 25 25 cucul_la_LIBADD = ../cucul/libcucul.la 26 26 27 caca_la_CPPFLAGS = -I$(top_srcdir)/caca $(RUBY_CFLAGS)27 caca_la_CPPFLAGS = -I$(top_srcdir)/caca -I$(top_srcdir)/cucul $(RUBY_CFLAGS) 28 28 caca_la_SOURCES = caca.c \ 29 29 common.h \
Note: See TracChangeset
for help on using the changeset viewer.