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 (15 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = 1.5	# Require Automake 1.5 or better.

if HAVE_MYSQL
  MAYBE_MYSQL = mysql
endif

if HAVE_PAM
  MAYBE_PAM = pam
endif

if HAVE_PGSQL
  MAYBE_PGSQL = pgsql
endif

SUBDIRS = plaintext $(MAYBE_MYSQL) $(MAYBE_PAM) $(MAYBE_PGSQL)