summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/libotp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/ipa-slapi-plugins/libotp/Makefile.am')
-rw-r--r--daemons/ipa-slapi-plugins/libotp/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/daemons/ipa-slapi-plugins/libotp/Makefile.am b/daemons/ipa-slapi-plugins/libotp/Makefile.am
new file mode 100644
index 000000000..6aa60c56a
--- /dev/null
+++ b/daemons/ipa-slapi-plugins/libotp/Makefile.am
@@ -0,0 +1,9 @@
+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