I was trying add ricean fading model in ns2.31, by following the link
http://www.ece.cmu.edu/wireless/downloads.html.
First I installed ns-allione-2.31 in ubuntu8.10.
I copied the files prop_ricean.cc and prop_ricean.h file under ns-2.31/mobile directory, after that i added prop_ricean.o at the end OBJ_CC in Makefile.in. I executed the command ./configure and make.
When i ran the command make i got the following msg at the terminal
make: *** No rule to make target `prop_ricean.o', needed by `ns'. Stop.
Can anyone please help me