Author: sayer Date: 2008-05-24 11:05:14 +0200 (Sat, 24 May 2008) New Revision: 987
Modified: trunk/core/plug-in/Makefile.app_module Log: module_ldflags added to LIB_LDFLAGS Modified: trunk/core/plug-in/Makefile.app_module =================================================================== --- trunk/core/plug-in/Makefile.app_module 2008-05-24 08:59:49 UTC (rev 986) +++ trunk/core/plug-in/Makefile.app_module 2008-05-24 09:05:14 UTC (rev 987) @@ -3,7 +3,7 @@ include $(COREPATH)/../Makefile.defs -LDFLAGS += $(module_ldflags) +LIB_LDFLAGS += $(module_ldflags) CPPFLAGS += -I $(COREPATH) CFLAGS += -I $(COREPATH) CFLAGS += $(module_cflags) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
