aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Makefile.in
Commit message (Collapse)AuthorAge
* Merge pull request #639 from madpilot78/Create_libndpi.so.MAJOR_linkLuca Deri2018-12-10
|\ | | | | Also create the libndpi.so.2 link.
| * Also create the libndpi.so.2 link.Guido Falsi2018-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 Ivanov2018-11-28
| | | | | | | | Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* | build: correct example dpdk linking with pcap.Vitaliy Ivanov2018-11-28
| | | | | | | | | | | | | | - take libpcap from configure information. - clean up distclean. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* | removed -r not supported on all systemsAlfredo Cardigliano2018-11-19
| |
* | rpm packageAlfredo Cardigliano2018-11-19
|/
* The OS variable was not being populated by default.Guido Falsi2018-10-29
|
* Try to fix build on Mac.Guido Falsi2018-10-29
|
* Add command line options to correctly populate the shared object SONAME ↵Guido Falsi2018-10-29
| | | | property.
* Add -g flagemanuele-f2018-10-11
|
* fix remakeroot2018-10-02
|
* Fixes #601Luca2018-09-11
|
* Better clang handlingLuca2018-08-30
|
* Cleaned up makefileLuca2018-08-30
| | | | Used clang instead of gcc on MacOS
* Added target for shared liubrary creationLuca2018-08-25
Added target for install Fixes #593