Closed john-smith-77 closed 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.
You have to add test.o in userlevel/Makefile.in
thanks a lot
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.