From 24c5e436be08b8ee26bad8f0673c1274be17cfa7 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 21 Oct 2002 08:56:04 +0000 Subject: [PATCH] added linking against libpng Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@388 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0b960ea8..98140498 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 -EXTRA_DIST = dosbox.lang \ No newline at end of file + ints/libints.a misc/libmisc.a shell/libshell.a -lcurses -lpng +EXTRA_DIST = dosbox.lang