summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-13 13:29:23 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-13 13:29:23 +0000
commit69cc81550346926065174efadc05f267eaa842b0 (patch)
treeecf04826953a168bab99a6f67a94a645d679ccc2 /auth
parentb5c4df4d6e798c83c1ac379cf95aa5f03a9d93b4 (diff)
downloadmailutils-69cc81550346926065174efadc05f267eaa842b0.tar.gz
mailutils-69cc81550346926065174efadc05f267eaa842b0.tar.bz2
Added to repository
Diffstat (limited to 'auth')
-rw-r--r--auth/.cvsignore9
-rw-r--r--auth/Makefile.am16
2 files changed, 25 insertions, 0 deletions
diff --git a/auth/.cvsignore b/auth/.cvsignore
new file mode 100644
index 000000000..a34373989
--- /dev/null
+++ b/auth/.cvsignore
@@ -0,0 +1,9 @@
+*.la
+*.lo
+.deps
+.libs
+Makefile
+Makefile.in
+T
+_*
+.gdbinit
diff --git a/auth/Makefile.am b/auth/Makefile.am
new file mode 100644
index 000000000..c368c48a7
--- /dev/null
+++ b/auth/Makefile.am
@@ -0,0 +1,16 @@
+# Use automake to process this file -*-Makefile-*-
+
+AUTOMAKE_OPTIONS = ../lib/ansi2knr
+
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib
+AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
+
+lib_LTLIBRARIES = libmuauth.la
+
+libmuauth_la_SOURCES = \
+pam.c \
+system.c \
+sql.c \
+virtual.c
+
+libmuauth_la_LDFLAGS = -version-info 0:0:0

Return to:

Send suggestions and report system problems to the System administrator.