c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
814 stars 83 forks source link

How do I add a header and source file to the build process? #27

Closed thedrow closed 10 years ago

thedrow commented 10 years ago

I managed to add the header but it didn't link (at least in the tests).

thedrow commented 10 years ago

I added the *.c file in CMakeLists.txt under /src/ but it still won't compile.

c9s commented 10 years ago

we're using autotools, so you need to add them in src/Makefile.am