summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in1
-rw-r--r--src/video_out/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 03077b0b9..0385f5fa5 100644
--- a/configure.in
+++ b/configure.in
@@ -189,7 +189,6 @@ dnl Checks for Ascii-Art library
dnl
AC_CHECK_LIB(aa, main,
- LIBS="$LIBS -laa"
AC_DEFINE(HAVE_AA)
ac_have_aa="yes",,)
AM_CONDITIONAL(HAVE_AA, test x$ac_have_aa = "xyes")
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 249e5044c..bb976c938 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -35,6 +35,7 @@ xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c
xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_aa_la_SOURCES = video_out_aa.c
+xineplug_vo_out_aa_la_LIBADD = -laa
xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = yuv2rgb.h video_out_syncfb.h