aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 4b1a3aa02..f41d8f369 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -59,8 +59,7 @@ md5.c: ../main/md5.c
@cp $< $@
astman: astman.o md5.o
-#astman: LIBS+=-lnewt -lslang -ldl
-astman: LIBS+= $(NEWT_LIB)
+astman: LIBS+=$(NEWT_LIB)
stereorize: stereorize.o frame.o
stereorize: LIBS+=-lm