|
|
@@ -5,7 +5,7 @@ pkgdata_DATA = caca.txt |
|
|
|
EXTRA_DIST = caca.txt |
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca -DLIBCACA=1 -DX_DISPLAY_MISSING=1 |
|
|
|
|
|
|
|
bin_PROGRAMS = cacademo cacafire cacaplay cacaview img2irc $(fcntl_programs) |
|
|
|
bin_PROGRAMS = cacademo cacafire cacaplay cacaview img2txt $(fcntl_programs) |
|
|
|
noinst_PROGRAMS = cacadraw |
|
|
|
|
|
|
|
cacademo_SOURCES = cacademo.c texture.h |
|
|
@@ -29,10 +29,10 @@ cacaplay_LDADD = ../caca/libcaca.la ../cucul/libcucul.la |
|
|
|
cacaserver_SOURCES = cacaserver.c |
|
|
|
cacaserver_LDADD = ../cucul/libcucul.la |
|
|
|
|
|
|
|
img2irc_SOURCES = img2irc.c mygetopt.c mygetopt.h common-image.c common-image.h |
|
|
|
img2irc_LDADD = ../cucul/libcucul.la |
|
|
|
img2irc_CFLAGS = $(IMLIB2_CFLAGS) |
|
|
|
img2irc_LDFLAGS = $(IMLIB2_LIBS) |
|
|
|
img2txt_SOURCES = img2txt.c mygetopt.c mygetopt.h common-image.c common-image.h |
|
|
|
img2txt_LDADD = ../cucul/libcucul.la |
|
|
|
img2txt_CFLAGS = $(IMLIB2_CFLAGS) |
|
|
|
img2txt_LDFLAGS = $(IMLIB2_LIBS) |
|
|
|
|
|
|
|
if USE_NETWORK |
|
|
|
fcntl_programs = cacaserver |
|
|
|