Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #639 from madpilot78/Create_libndpi.so.MAJOR_link | Luca Deri | 2018-12-10 |
|\ | | | | | Also create the libndpi.so.2 link. | ||
| * | Also create the libndpi.so.2 link. | Guido Falsi | 2018-11-15 |
| | | | | | | | | This is created bydefault by all build tools for libraries and required in certain cases. FreeBSD linker requires it when using SONAME. | ||
* | | build: cleanup .so.X.X.X if present. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | | | Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | | build: correct example dpdk linking with pcap. | Vitaliy Ivanov | 2018-11-28 |
| | | | | | | | | | | | | | | - take libpcap from configure information. - clean up distclean. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com> | ||
* | | removed -r not supported on all systems | Alfredo Cardigliano | 2018-11-19 |
| | | |||
* | | rpm package | Alfredo Cardigliano | 2018-11-19 |
|/ | |||
* | The OS variable was not being populated by default. | Guido Falsi | 2018-10-29 |
| | |||
* | Try to fix build on Mac. | Guido Falsi | 2018-10-29 |
| | |||
* | Add command line options to correctly populate the shared object SONAME ↵ | Guido Falsi | 2018-10-29 |
| | | | | property. | ||
* | Add -g flag | emanuele-f | 2018-10-11 |
| | |||
* | fix remake | root | 2018-10-02 |
| | |||
* | Fixes #601 | Luca | 2018-09-11 |
| | |||
* | Better clang handling | Luca | 2018-08-30 |
| | |||
* | Cleaned up makefile | Luca | 2018-08-30 |
| | | | | Used clang instead of gcc on MacOS | ||
* | Added target for shared liubrary creation | Luca | 2018-08-25 |
Added target for install Fixes #593 |