AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
+ -I$(top_srcdir)/src/lib-auth \
-I$(top_srcdir)/src/lib-auth-client \
-I$(top_srcdir)/src/lib-test \
-I$(top_srcdir)/src/lib-dict \
libpassword_la_SOURCES = \
crypt-blowfish.c \
mycrypt.c \
- auth-scram.c \
auth-scram-server.c \
password-scheme.c \
password-scheme-crypt.c \
auth_libs = \
libauth.la \
libpassword.la \
+ ../lib-auth/libauth.la \
../lib-otp/libotp.la \
$(AUTH_LUA_LIBS) \
$(LIBDOVECOT_SQL)
passdb-blocking.h \
passdb-cache.h \
passdb-template.h \
- auth-scram.h \
auth-scram-server.h \
password-scheme.h \
userdb.h \
test_libpassword_SOURCES = test-libpassword.c
test_libpassword_LDADD = \
libpassword.la \
+ ../lib-auth/libauth.la \
../lib-otp/libotp.la \
$(CRYPT_LIBS) \
$(LIBDOVECOT_SQL) \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-test \
-I$(top_srcdir)/src/lib-settings \
+ -I$(top_srcdir)/src/lib-auth \
-I$(top_srcdir)/src/lib-auth-client \
-I$(top_srcdir)/src/lib-compression \
-I$(top_srcdir)/src/lib-dict \
cmd_pw_libs = \
../auth/libpassword.la \
+ ../lib-auth/libauth.la \
../lib-otp/libotp.la
libs = \
-noinst_LTLIBRARIES = libauth-common.la
+noinst_LTLIBRARIES = libauth.la
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-test
-libauth_common_la_SOURCES =
+libauth_la_SOURCES = \
+ auth-scram.c
-headers =
+headers = \
+ auth-scram.h
pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)