Re: Integrating a program for authentication and adding it to the makefile

2011-08-24 Thread Tobias Kloht
lp. Best regards, Tobias 2011/8/24 Wietse Venema : > Tobias Kloht: >> My problem is that it will not compile when using make, because there >> are all kinds of errors with the librarys i have added, mainly >> "undefined references". See the excerpt from make's error

Integrating a program for authentication and adding it to the makefile

2011-08-24 Thread Tobias Kloht
Hi, I'm trying to integrate a program i wrote into postfix. The program generates a signature which i want to append to the RCPT TO command, this is part of my bachelor thesis. So i am calling my function for generating a signature in smtp_proto.c , and i want to add some librarys which i need to t