Author: sayer Date: 2009-01-21 13:02:03 +0100 (Wed, 21 Jan 2009) New Revision: 1241
Modified: trunk/apps/diameter_client/Makefile Log: ssl support is mandatory Modified: trunk/apps/diameter_client/Makefile =================================================================== --- trunk/apps/diameter_client/Makefile 2009-01-20 18:02:34 UTC (rev 1240) +++ trunk/apps/diameter_client/Makefile 2009-01-21 12:02:03 UTC (rev 1241) @@ -3,11 +3,10 @@ DIAMETER_BASE_LIBDIR = lib_dbase/ DIAMETER_BASE_LIBNAME = lib_dbase.a -# for TLS support: -# -#WITH_OPENSSL = 1 +# TLS support, mandatory +WITH_OPENSSL = 1 -module_ldflags = +module_ldflags = module_cflags = -I $(DIAMETER_BASE_LIBDIR) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
