kohler / click

The Click modular router: fast modular packet processing and analysis
Other
743 stars 321 forks source link

Add library to click #488

Closed john-smith-77 closed 3 years ago

john-smith-77 commented 3 years ago

hi how can I add a library to click? I wrote two files named test.cc and test.hh and I added them to /click/lib and /click/include/click. but when I config and make the click it doesn't add to libraries.

tbarbette commented 3 years ago

You have to add test.o in userlevel/Makefile.in

john-smith-77 commented 3 years ago

thanks a lot