diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c9e7652..a0ba90d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = COPYING STATUS slapi-nis.spec doc/*.txt doc/migrate-nis.sh doc/*.ldif.in doc/index*.ldif +EXTRA_DIST = COPYING STATUS slapi-nis.spec doc/*.txt doc/migrate-nis.sh doc/ypmaplist.py doc/*.ldif.in doc/index*.ldif SUBDIRS = src tests VERSION=@PACKAGE_VERSION@ diff --git a/src/Makefile.am b/src/Makefile.am index 85bc9e3..132a549 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,6 @@ LIBPTHREAD = @LIBPTHREAD@ LIBWRAP = @LIBWRAP@ plugindir = $(libdir)/dirsrv/plugins -dist_noinst_SCRIPTS = ypmaplist.py plugin_LTLIBRARIES = if NIS |
