From 5db05091967c83ffbc8f269f8074007682c6131c Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sun, 8 May 2005 12:22:04 +0000 Subject: Ported the libcaca plugin. Original commit message from CVS: Ported the libcaca plugin. --- ext/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 8225604c..1e0a249a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -178,11 +178,11 @@ endif # LCS_DIR= # endif -# if USE_LIBCACA -# LIBCACA_DIR=libcaca -# else -# LIBCACA_DIR= -# endif +if USE_LIBCACA +LIBCACA_DIR=libcaca +else +LIBCACA_DIR= +endif # if USE_LIBDV # LIBDV_DIR=dv -- cgit