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
https://c9s.github.io/r3/bench.html
MIT License
815 stars 83 forks source link

Add missing files to Makefile.am #9

Closed czchen closed 10 years ago

czchen commented 10 years ago

Add missing files to Makefile.am so that make dist can create a complete release tarball.

I did not list all missing into Makefile.am because I am not sure if those files are needed or not. For example, cmake_modules/* and php/* will not be in release tarball when using make dist.

c9s commented 10 years ago

looks good! thanks!