You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
268 B
11 lines
268 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
noinst_LIBRARIES = libauth.a
|
|
|
|
libauth_a_SOURCES = interface/auth.c \
|
|
credential.c \
|
|
ldap.c \
|
|
storage/storage.c \
|
|
storage/hash_pw.c
|
|
libauth_a_CFLAGS = $(CFLAGS) -Wall -I ../../include/
|