fixes of curses lib detection
[fw/sdcc] / sim / ucsim / gui.src / portmon.src / Makefile.in
index 5f3e290751f3b4d7abaac78448fc84499cae635d..9ba4c00a83cd9304d15080892c16fb95ee49bf96 100644 (file)
@@ -20,7 +20,7 @@ CFLAGS          = @CFLAGS@ -Wall
 CXXFLAGS        = @CXXFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
 
-LIBS           = -L$(PRJDIR) -L$(PKGDIR) -lgui -lutil @LIBS@
+LIBS           = -L$(PRJDIR) -L$(PKGDIR) -lgui @CURSES_LIBS@ -lutil @LIBS@
 
 curses_ok      = @curses_ok@