diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 22:30:34 +0200 |
commit | 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 (patch) | |
tree | 61500c277101ec46af8fed732dfe1c17b941b42c /conf-ssl | |
parent | 1087d4df2a7342d2832ba3bab1843bf4a3040775 (diff) |
convert to the meson build system
This removes a lot of files.
Remove all conf-* files. The settings move to meson.options.
Add editor config.
Remove the auto_*.h files. They move to config.h.in.
Diffstat (limited to 'conf-ssl')
-rw-r--r-- | conf-ssl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/conf-ssl b/conf-ssl deleted file mode 100644 index 3ed85f8..0000000 --- a/conf-ssl +++ /dev/null @@ -1,12 +0,0 @@ --I/usr/local/openssl-3.0.7/include/ - -# using the system default it could stay empty; otherwise check for that - --I/usr/local/openssl-3.0.7/include/ --I/home/ucspi/_SSL/libressl-3.7.2/include/ - --I/usr/kerberos/include - -# This will be used to include headers from a different version, -# or if openssl requires additional support, e.g. kerberos support on RedHat Linux. - |