Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | First step of cleaning up the Makefile.in hell.first-step-to-automake-integration | Toni Uhlig | 2021-07-30 |
| | | | | | | | | | | | | | | | | | The goal is to get rid of the Makefile.in's (replace it with Automake Makefile.am's) as they duplicate lot's of text. That decreases readability and is in general a bad design pattern. It seems appropriate to use Automake for an Autoconf based project. Currently achieved: * using libtool to build the core library (+libtool's semantic versioning) * out-of-source builds should work right now * introducing Automake based Makefile in src/ * removed some (maybe) unused GIT ignored files * provide some small python fixes Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Fixed broken pkg-config file which did not care about gcrypt/pcre. | Toni Uhlig | 2020-08-24 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Adapt pkgconfig file include path to new Makefile install location. | Guido Falsi | 2018-08-26 |
| | |||
* | Add back pkgconfig file. It is required by ntopng to find the installed ↵ | Guido Falsi | 2018-08-25 |
| | | | | shared library. | ||
* | Added target for shared liubrary creation | Luca | 2018-08-25 |
| | | | | | Added target for install Fixes #593 | ||
* | Initial import from SVN | Luca Deri | 2015-04-19 |