]> andersk Git - moira.git/blobdiff - clients/mailmaint/Imakefile
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / clients / mailmaint / Imakefile
index c700520da8e002bab0354efc23363dd122075a69..e680d45596c8c90e2ab5eff73a602b27957e470b 100644 (file)
@@ -1,4 +1,4 @@
-]# $Header$
+# $Header$
 #
 # Copyright 1990 by the Massachusetts Institute of Technology.
 #
@@ -13,4 +13,4 @@ SRCDIR=${SRCTOP}/clients/mailmaint
 CODE=${SRCS} Imakefile
 OBJS=mailmaint.o
 
-program(mailmaint,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} -lcurses -ltermcap,${PROGDIR})
+program(mailmaint,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${CURSES},${PROGDIR})
This page took 0.078797 seconds and 4 git commands to generate.