Luigi Rizzo wrote: > I was under the impression that they are embedded object coming from C++ > sources, so the build path should be .cc -> .oo -> .eoo , but > if you look at Makefile.moddir_rules and Makefile.rules the handling > seems different - there is only a rule .o -> .eoo , and besides, > later .eo and .eoo are handled exactly in the same way. > > I am under the impression that Makefile.rules should have this change > > -%.eoo: %.o > +%.eo: %.oo
I believe this is correct, and should result in the proper linking of the modules. -- Kevin P. Fleming Director of Software Technologies Digium, Inc. - "The Genuine Asterisk Experience" (TM) _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
