diff options
Diffstat (limited to 'contrib/ldapc++/Makefile.am')
-rw-r--r-- | contrib/ldapc++/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/ldapc++/Makefile.am b/contrib/ldapc++/Makefile.am new file mode 100644 index 0000000..fe6d605 --- /dev/null +++ b/contrib/ldapc++/Makefile.am @@ -0,0 +1,10 @@ +# $OpenLDAP$ + +## +# Copyright 2000-2018 The OpenLDAP Foundation. All Rights Reserved. +# COPYING RESTRICTIONS APPLY, see COPYRIGHT file +## + +EXTRA_DIST=COPYRIGHT doxygen.rc LICENSE version.var version.sh +SUBDIRS = src examples + |