mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
10 lines
250 B
Makefile
10 lines
250 B
Makefile
|
MAINTAINERCLEANFILES = *~ Makefile.in
|
||
|
AM_CPPFLAGS = -I/usr/include/dirsrv
|
||
|
|
||
|
noinst_LTLIBRARIES = librfc.la libotp.la
|
||
|
libotp_la_LIBADD = librfc.la
|
||
|
|
||
|
check_PROGRAMS = t_librfc
|
||
|
TESTS = $(check_PROGRAMS)
|
||
|
t_librfc_LDADD = $(NSPR_LIBS) $(NSS_LIBS) librfc.la
|