libpassword_la_SOURCES = \
crypt-blowfish.c \
mycrypt.c \
- auth-scram-server.c \
password-scheme.c \
password-scheme-crypt.c \
password-scheme-md5crypt.c \
passdb-blocking.h \
passdb-cache.h \
passdb-template.h \
- auth-scram-server.h \
password-scheme.h \
userdb.h \
userdb-blocking.h \
-noinst_LTLIBRARIES = libauth.la
+noinst_LTLIBRARIES = libauth-common.la
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-test
-libauth_la_SOURCES = \
- auth-scram.c
+libauth_common_la_SOURCES = \
+ auth-scram.c \
+ auth-scram-server.c
headers = \
- auth-scram.h
+ auth-scram.h \
+ auth-scram-server.h
pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)