File: Makefile.am

package info (click to toggle)
starttls 0.10-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 356 kB
  • ctags: 66
  • sloc: ansic: 904; sh: 347; lisp: 42; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

DEFS = -I$(srcdir) $(CFLAGS) @DEFS@
LIBOBJS = @LIBOBJS@
EXTRA_DIST = starttls.el basename.c getopt.c getopt.h getopt1.c
bin_PROGRAMS= starttls
lisp_LISP = starttls.el

starttls_SOURCES = starttls.c
starttls_LDADD = $(LIBOBJS)