from an alternate directory (they failed to find common.h).tags/v0.99.beta14
| @@ -26,7 +26,7 @@ libcaca_la_SOURCES = \ | |||||
| driver_win32.c \ | driver_win32.c \ | ||||
| driver_x11.c \ | driver_x11.c \ | ||||
| $(NULL) | $(NULL) | ||||
| AM_CPPFLAGS = -I$(top_srcdir)/cucul | |||||
| AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul | |||||
| libcaca_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ | libcaca_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ | ||||
| libcaca_la_LIBADD = ../cucul/libcucul.la @CACA_LIBS@ | libcaca_la_LIBADD = ../cucul/libcucul.la @CACA_LIBS@ | ||||
| @@ -31,6 +31,7 @@ libcucul_la_SOURCES = \ | |||||
| import.c \ | import.c \ | ||||
| export.c \ | export.c \ | ||||
| $(NULL) | $(NULL) | ||||
| AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul | |||||
| libcucul_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ | libcucul_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ | ||||
| libcucul_la_LIBADD = | libcucul_la_LIBADD = | ||||
| @@ -1,6 +1,6 @@ | |||||
| # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ | # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ | ||||
| AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca | |||||
| AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca | |||||
| if USE_CXX | if USE_CXX | ||||
| include_HEADERS = cucul++.h caca++.h | include_HEADERS = cucul++.h caca++.h | ||||
| @@ -13,4 +13,5 @@ libkernel_la_SOURCES = \ | |||||
| multiboot.h \ | multiboot.h \ | ||||
| $(NULL) | $(NULL) | ||||
| libkernel_la_LDFLAGS = -no-undefined | libkernel_la_LDFLAGS = -no-undefined | ||||
| AM_CPPFLAGS = -I$(top_srcdir) | |||||
| @@ -1,6 +1,6 @@ | |||||
| # $Id$ | # $Id$ | ||||
| AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" | |||||
| AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" | |||||
| noinst_PROGRAMS = colors demo dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import | noinst_PROGRAMS = colors demo dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import | ||||
| @@ -1,6 +1,6 @@ | |||||
| # $Id$ | # $Id$ | ||||
| AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" | |||||
| AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" | |||||
| noinst_PROGRAMS = optipal $(pango_programs) | noinst_PROGRAMS = optipal $(pango_programs) | ||||