From 3d690fd378b2b945e1b168d32bd0a291d23dd45a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 15 Mar 2000 20:59:36 +0000 Subject: [PATCH] use libpopt.la instead of libpopt.a with non-gnome irssi. changed examples dir to scripts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@150 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c6c511ec..2bc84cb5 100644 --- a/configure.in +++ b/configure.in @@ -310,7 +310,7 @@ else GUI_LIBS="$GDK_IMLIB_LIBS" fi fi - GUI_LIBS="$GUI_LIBS ../lib-popt/libpopt.a" + GUI_LIBS="$GUI_LIBS ../lib-popt/libpopt.la" fi fi @@ -452,7 +452,7 @@ src/lib-nongui/Makefile src/lib-popt/Makefile src/settings/Makefile servertest/Makefile -examples/Makefile +scripts/Makefile docs/Makefile docs/help/Makefile plugins/Makefile