From bffda362f95478a6769abbbac728d741de0e71d6 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 Dec 2014 22:52:23 +0000 Subject: [PATCH] - Update libopm/Makefile.am git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5103 82007160-df01-0410-b94d-b575c5fd34c7 --- Makefile.in | 4 ++-- src/libopm/Makefile.am | 2 -- src/libopm/Makefile.in | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index f517b0b..23bfb75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -80,8 +80,8 @@ host_triplet = @host@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - INSTALL README compile config.guess config.sub install-sh \ - missing ylwrap ltmain.sh + COPYING INSTALL NEWS README compile config.guess config.sub \ + install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ diff --git a/src/libopm/Makefile.am b/src/libopm/Makefile.am index 8529d3b..f67ee97 100644 --- a/src/libopm/Makefile.am +++ b/src/libopm/Makefile.am @@ -2,8 +2,6 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src doc -EXTRA_DIST = LICENSE - LIBTOOL_DEPS = @LIBTOOL_DEPS@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck diff --git a/src/libopm/Makefile.in b/src/libopm/Makefile.in index 6f78648..573ccb6 100644 --- a/src/libopm/Makefile.in +++ b/src/libopm/Makefile.in @@ -80,7 +80,8 @@ host_triplet = @host@ subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - compile config.guess config.sub install-sh missing ltmain.sh + COPYING compile config.guess config.sub install-sh missing \ + ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -310,7 +311,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src doc -EXTRA_DIST = LICENSE all: all-recursive .SUFFIXES: -- 2.30.2