Commit Graph

13 Commits (0ebb84538e3df0fe5fa2787af6e87de85118f02c)

Author SHA1 Message Date
Jason Ish 1173bb788e .gitignore: globally ignore .la files
With automake and libraries, these files are creeping in.
3 months ago
Jason Ish 6e3e8530a1 readthedocs: add configuration file 3 years ago
Jason Ish dfd930a13e libsuricata-config: program to print build flags
Following the pattern of many other libraries, provide a -config
program to output cflags and libs to properly link an application
against the library.

usage: libsuricata-config [--cflags] [--libs] [--static]

--cflags and --libs can be used infividually or together.

--static will link against the static libraries instead of the
shared library. Note that if the shared library is not available,
the static libraries will be provided even without this option.
4 years ago
Jason Ish 1c771e15ef .gitignore: ignore .a files
Ignore .a library files as we now have one created in src/
as part of adding a Suricata library.
4 years ago
Jason Ish 900f1522b4 plugins: config.h: move into src and rename to autoconf.h
While fixing files that include config.h, just remove the
include if possible.
4 years ago
Victor Julien 0c06d08d94 gitignore: add .vscode and various other files 4 years ago
Eric Leblond ba6b58a0da qa: generate struct-flags.cocci at each run 5 years ago
Jason Ish cbcbc0f6b0 suricata-update: bundle suricata update
Add autoconf/automake support for installing suricata-update
if found in the top level suricata-update.
7 years ago
Jason Ish 4a89d939fc .gitignore: only ignore *.yaml in root directory 7 years ago
Victor Julien e173016ded gitignore: update to hide more local files 8 years ago
Eric Leblond 6d9a66d522 unittest: make check use a qa/log dir for logging
This patch is using the qa/log directory to store the output
of the check. In case of success, the directory is deleted.
In case of failure, the directory remains in place.

This should fixes #910.
11 years ago
Eric Leblond 668113af77 add configure summary to build-info output 12 years ago
Eric Leblond 9216b4d13c Import .gitignore file.
This fix the status returned by 'git status' by removing files that
have not to be added to repository.

Signed-off-by: Eric Leblond <eric@regit.org>
14 years ago