diff options
Diffstat (limited to 'contrib/sendmail/libmilter/README')
-rw-r--r-- | contrib/sendmail/libmilter/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/libmilter/README b/contrib/sendmail/libmilter/README index f38f68a807152..efc0b65d85b1f 100644 --- a/contrib/sendmail/libmilter/README +++ b/contrib/sendmail/libmilter/README @@ -39,7 +39,7 @@ The following command presumes that the sample code from the end of this README is saved to a file named 'sample.c' and built in the local platform- specific build subdirectory (SRCDIR/obj.*/libmilter). - cc -I../../sendmail -I../../include -o sample sample.c libmilter.a ../libsm/libsm.a -pthread + cc -I../../include -o sample sample.c libmilter.a ../libsm/libsm.a -pthread It is recommended that you build your filters in a location outside of the sendmail source tree. Modify the compiler include references (-I) @@ -457,4 +457,4 @@ main(argc, argv) /* eof */ -$Revision: 8.35 $, Last updated $Date: 2002/01/07 21:29:20 $ +$Revision: 8.35.2.1 $, Last updated $Date: 2002/10/21 14:31:57 $ |