File: Makefile.am

package info (click to toggle)
tnftp 20230507-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,172 kB
  • sloc: ansic: 30,337; sh: 4,509; makefile: 166
file content (17 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## $NetBSD: Makefile.am,v 1.4 2021/08/25 00:59:48 lukem Exp $

noinst_LTLIBRARIES = libnetbsd.la

libnetbsd_la_SOURCES = libnetbsd.c

AM_CPPFLAGS = \
	-I$(srcdir) \
	-I$(top_srcdir) \
	-I$(top_builddir)

libnetbsd_la_LIBADD = $(LTLIBOBJS)

EXTRA_DIST = \
	fseeko.c \
	ftpglob.h \
	ftpvis.h