File: Makefile.am

package info (click to toggle)
wzdftpd 0.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,440 kB
  • ctags: 3,559
  • sloc: ansic: 40,580; sh: 9,306; lex: 2,082; makefile: 528; sql: 206; perl: 18
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