Changeset 977
- Timestamp:
- 05/25/06 21:55:11 (7 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 6 edited
-
caca/Makefile.am (modified) (1 diff)
-
cucul/Makefile.am (modified) (1 diff)
-
cxx/Makefile.am (modified) (1 diff)
-
kernel/Makefile.am (modified) (1 diff)
-
test/Makefile.am (modified) (1 diff)
-
tools/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r830 r977 27 27 driver_x11.c \ 28 28 $(NULL) 29 AM_CPPFLAGS = -I$(top_srcdir) /cucul29 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul 30 30 libcaca_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ 31 31 libcaca_la_LIBADD = ../cucul/libcucul.la @CACA_LIBS@ -
libcaca/trunk/cucul/Makefile.am
r869 r977 32 32 export.c \ 33 33 $(NULL) 34 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul 34 35 libcucul_la_LDFLAGS = -no-undefined -version-info @LT_VERSION@ 35 36 libcucul_la_LIBADD = -
libcaca/trunk/cxx/Makefile.am
r899 r977 1 1 # $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ 2 2 3 AM_CPPFLAGS = -I$(top_srcdir) /cucul -I$(top_srcdir)/caca3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca 4 4 5 5 if USE_CXX -
libcaca/trunk/kernel/Makefile.am
r570 r977 14 14 $(NULL) 15 15 libkernel_la_LDFLAGS = -no-undefined 16 AM_CPPFLAGS = -I$(top_srcdir) 16 17 -
libcaca/trunk/test/Makefile.am
r967 r977 1 1 # $Id$ 2 2 3 AM_CPPFLAGS = -I$(top_srcdir) /cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 5 noinst_PROGRAMS = colors demo dithering event export font frames gamma hsv input spritedit font2tga text transform truecolor unicode import -
libcaca/trunk/tools/Makefile.am
r929 r977 1 1 # $Id$ 2 2 3 AM_CPPFLAGS = -I$(top_srcdir) /cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\"3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DDATADIR=\"$(pkgdatadir)\" 4 4 5 5 noinst_PROGRAMS = optipal $(pango_programs)
Note: See TracChangeset
for help on using the changeset viewer.
