summaryrefslogtreecommitdiff
blob: d680021800912614ab94249f796bc4c29ff34ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/c2ps-4.0/Makefile	1997-05-15 11:50:56.000000000 -0400
+++ b/c2ps-4.0/Makefile	2010-09-24 19:42:33.000000000 -0400
@@ -45,7 +45,7 @@
 	install -m 644 c2ps.1 $(MAN)
 
 compile:	c2ps.c
-	$(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c
+	$(CC) $(LDFLAGS) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c $(LIBS)
 
 clean:
 	$(RM) c2ps *.o core *~