diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
| commit | f97c78da517e9100fb9490a26af318eedadd0b92 (patch) | |
| tree | 17cbb8cef13a0326ac57eb22e108d68636a96f67 /Makefile.am.common | |
| parent | Import LibreSSL 4.1.2 (diff) | |
| download | libretls-f97c78da517e9100fb9490a26af318eedadd0b92.tar.gz libretls-f97c78da517e9100fb9490a26af318eedadd0b92.zip | |
Import LibreSSL 4.2.0
Diffstat (limited to 'Makefile.am.common')
| -rw-r--r-- | Makefile.am.common | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am.common b/Makefile.am.common index 5405704..4257cf8 100644 --- a/Makefile.am.common +++ b/Makefile.am.common @@ -1,3 +1,18 @@ +# +# Copyright (c) 2014 Brent Cook +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + AM_CFLAGS = AM_CPPFLAGS = -I$(top_srcdir)/include AM_CPPFLAGS += -I$(abs_top_builddir)/include |