fixes of curses lib detection
[fw/sdcc] / sim / ucsim / gui.src / serio.src / Makefile.in
index 024a0d2e34005c16fe2c15480a8e953b889bf623..26a490065aa44aa54b23b74fe257a66738ec8a62 100644 (file)
@@ -9,13 +9,13 @@ CP            = /bin/cp
 PRJDIR         = ../..
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
-CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR) \
-                 -I$(PRJDIR)/cmd.src -I$(PRJDIR)/sim.src
+CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR)
+#                -I$(PRJDIR)/cmd.src -I$(PRJDIR)/sim.src
 CFLAGS          = @CFLAGS@ -Wall
 CXXFLAGS        = @CXXFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
 
-LIBS           = @LIBS@
+LIBS           = @CURSES_LIBS@ @LIBS@
 
 curses_ok      = @curses_ok@