File: Makefile.am

package info (click to toggle)
wzdftpd 0.8.3-6.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,276 kB
  • sloc: ansic: 49,379; lex: 2,109; sh: 774; makefile: 598; tcl: 419; sql: 280; perl: 102
file content (22 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AUTOMAKE_OPTIONS = 1.5  # Require Automake 1.5 or better.

if HAVE_PERL
  MAYBE_PERL = libwzd-perl
endif

SUBDIRS = ac-helpers m4 libwzd-base libwzd-auth libwzd-core wzdftpd libwzd backends modules $(MAYBE_PERL) tools init.d man redhat tests

bin_SCRIPTS = wzd-config

m4macrodir = $(datadir)/aclocal
m4macro_DATA = wzd.m4

EXTRA_DIST = bootstrap \
	Permissions.ReadMeFirst \
	TLS.ReadMeFirst wzd_tls.cnf UPGRADING \
	$(m4macro_DATA)

doxy:
	doxygen doxygen.cfg