From 309571b32e0aa5372e874988a8e77d70645ec1f9 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Tue, 11 Mar 2003 08:57:31 +0000 Subject: [PATCH] curses and png get linked through $LIBS Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@746 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 151e5e04..24279b30 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,5 +6,5 @@ bin_PROGRAMS = dosbox dosbox_SOURCES = dosbox.cpp dosbox_LDADD = cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu/libfpu.a hardware/libhardware.a gui/libgui.a \ - ints/libints.a misc/libmisc.a shell/libshell.a -lcurses -lpng + ints/libints.a misc/libmisc.a shell/libshell.a