[Pkg-privacy-commits] [irssi-plugin-otr] 181/267: Fix: add missing files to makefiles for release

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit 96bd770d97e3ff8bd154aaa0cc2942742d4a0f27
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Sun Dec 2 16:35:34 2012 -0500

    Fix: add missing files to makefiles for release
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 help/Makefile.am | 1 +
 src/Makefile.am  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/help/Makefile.am b/help/Makefile.am
index 389b855..b330abc 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,3 +1,4 @@
 helpdir = $(prefix)/share/irssi/help
 help_DATA = otr
 
+EXTRA_DIST = otr
diff --git a/src/Makefile.am b/src/Makefile.am
index b46a31d..4f931be 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ plugin_LTLIBRARIES = otr.la
 
 otr_la_SOURCES = otr-formats.c otr-formats.h \
                  key.c key.h cmd.c cmd.h otr.c otr-ops.c \
-                 utils.h utils.c otr.h module.c irssi-otr.h
+                 utils.h utils.c otr.h module.c module.h irssi-otr.h
 
 otr_la_LDFLAGS = -avoid-version -module
 otr_la_LDFLAGS += $(LIBOTR_LIBS) $(LIBGCRYPT_LIBS) -lpthread

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list