1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

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
This commit is contained in:
Timo Sirainen 2000-03-15 20:59:36 +00:00 committed by cras
parent 2799d200cb
commit 3d690fd378

View File

@ -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