Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -1,13 +1,9 @@
|
||||
MAINTAINERCLEANFILES = *~ Makefile.in
|
||||
PLUGIN_COMMON_DIR = ../common
|
||||
AM_CPPFLAGS = -I/usr/include/dirsrv \
|
||||
-I$(PLUGIN_COMMON_DIR)
|
||||
AM_CPPFLAGS = -I/usr/include/dirsrv
|
||||
|
||||
noinst_LTLIBRARIES = libhotp.la libotp.la
|
||||
libhotp_la_SOURCES = hotp.c hotp.h
|
||||
libotp_la_SOURCES = otp_config.c otp_config.h otp_token.c otp_token.h
|
||||
libotp_la_LIBADD = libhotp.la
|
||||
noinst_LTLIBRARIES = librfc.la libotp.la
|
||||
libotp_la_LIBADD = librfc.la
|
||||
|
||||
check_PROGRAMS = t_hotp
|
||||
check_PROGRAMS = t_librfc
|
||||
TESTS = $(check_PROGRAMS)
|
||||
t_hotp_LDADD = $(NSPR_LIBS) $(NSS_LIBS) libhotp.la
|
||||
t_librfc_LDADD = $(NSPR_LIBS) $(NSS_LIBS) librfc.la
|
||||
|
||||
Reference in New Issue
Block a user