aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* First step of cleaning up the Makefile.in hell.first-step-to-automake-integrationToni Uhlig2021-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>
* Update changelogAlfredo Cardigliano2021-07-20
|
* Added makefile target for creating changelogLuca Deri2020-10-19
| | | | Updated Changelog
* Added missing files to `make dist' target which are not required to build ↵Toni2020-09-29
| | | | | nDPI but still somehow essential. (#1024) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed broken `make dist' and added CI check.Toni Uhlig2020-09-19
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added --with-only-libndpi configure option to build just lindpiLuca Deri2020-08-17
|
* Adds fuzz targetPhilippe Antoine2019-10-31
| | | | And configur option enable-fuzztargets
* Fixed pkgconfig path (installing libndpi.pc in the default location)Alfredo Cardigliano2019-04-19
|
* Add back pkgconfig file. It is required by ntopng to find the installed ↵Guido Falsi2018-08-25
| | | | shared library.
* Added target for shared liubrary creationLuca2018-08-25
| | | | | Added target for install Fixes #593
* Allowed to run tests by 'make check'theirix2016-08-13
|
* Initial import from SVNLuca Deri2015-04-19