diff rogue3/Makefile.in @ 222:a666e4a034ed

Fix curses library detection. A custom autoconf macro searched for the curses library, and provided an option to use ncurses instead of a (presumably deficient) curses implementation. Unfortunately, some of the Makefiles ignored the search's results. Now that this is fixed, building against pdcurses should be easier too.
author John "Elwin" Edwards
date Fri, 12 Feb 2016 15:12:37 -0500
parents 97f8fdf9595c
children 0e99eade579c
line wrap: on
line diff
--- a/rogue3/Makefile.in	Fri Feb 12 14:25:47 2016 -0500
+++ b/rogue3/Makefile.in	Fri Feb 12 15:12:37 2016 -0500
@@ -57,7 +57,7 @@
 ROPTS =
 COPTS =
 CFLAGS= $(COPTS) $(ROPTS)
-LIBS  = -lcurses
+LIBS  = @LIBS@
 RM    = rm -f
 LD    = $(CC)
 LDOUT = -o