From 97680e9bb00cd153f2875b5e3a8941c0950ecaea Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Tue, 2 Mar 2010 05:51:05 +0200 Subject: [PATCH] tests: remove old obsolete build comment --- src/core/tests.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/core/tests.c b/src/core/tests.c index b96aaccb..13eb5102 100644 --- a/src/core/tests.c +++ b/src/core/tests.c @@ -11,13 +11,7 @@ * - MS-NLMP: http://msdn.microsoft.com/en-us/library/cc207842.aspx * - MS-SIP : http://msdn.microsoft.com/en-us/library/cc246115.aspx * - * Build and run with (adjust as needed to your build platform!) - * - * $ gcc -I /usr/include/libpurple \ - * -I /usr/include/dbus-1.0 -I /usr/lib/dbus-1.0/include \ - * -I /usr/include/glib-2.0 -I /usr/lib/glib-2.0/include \ - * -o tests tests.c sipe-sign.c sipmsg.c sip-sec.c uuid.c -lpurple - * ./tests + * Please use "make tests" to build & run them! * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.11.4.GIT