File: Makefile.am

package info (click to toggle)
libssh2 1.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,504 kB
  • sloc: ansic: 46,104; sh: 6,164; makefile: 349; cpp: 120; perl: 65; lisp: 33; awk: 23
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
AUTOMAKE_OPTIONS = foreign nostdinc

EXTRA_DIST = CMakeLists.txt

# Get noing_PROGRAMS
include Makefile.inc

AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/include
LDADD = $(top_builddir)/src/libssh2.la

# This might hold -Werror
AM_CFLAGS = @LIBSSH2_CFLAG_EXTRAS@