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.
17 lines
337 B
17 lines
337 B
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
AUTH = interface/auth.c \
|
|
credential.c \
|
|
auth.c \
|
|
create.c \
|
|
ldap.c \
|
|
storage/storage.c \
|
|
storage/hash_pw.c
|
|
|
|
AM_CFLAGS += -I../../include/
|
|
|
|
noinst_LTLIBRARIES = libauth.la
|
|
|
|
libauth_la_SOURCES = $(AUTH)
|
|
libauth_la_CFLAGS = $(AM_CFLAGS)
|