File: Makefile.am

package info (click to toggle)
tnftp 20100108-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,820 kB
  • ctags: 2,162
  • sloc: ansic: 25,453; sh: 9,317; makefile: 191
file content (18 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## $NetBSD: Makefile.am,v 1.2 2010/01/04 06:24:20 lukem Exp $

noinst_LTLIBRARIES = libnetbsd.la

libnetbsd_la_SOURCES =


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

libnetbsd_la_LIBADD = $(LTLIBOBJS)

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