[pkg-otr-team] [irssi-plugin-otr] 67/167: * Makefile.static: Forgot to add tooltipmenu.o to Makefile.static. Fixed.

Holger Levsen holger at moszumanska.debian.org
Mon Mar 3 21:55:33 UTC 2014


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

holger pushed a commit to tag 4.0.0
in repository irssi-plugin-otr.

commit 3d86d7a3cdad08b308a238c99d28e9ecf20ccee5
Author: cypherpunk <cypherpunk>
Date:   Thu Jun 19 13:12:56 2008 +0000

    	* Makefile.static: Forgot to add tooltipmenu.o to
    	Makefile.static.  Fixed.
---
 ChangeLog       | 5 +++++
 Makefile.static | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index daff41b..771a2d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-19
+
+	* Makefile.static: Forgot to add tooltipmenu.o to
+	Makefile.static.  Fixed.
+
 2008-06-17
 
 	* otr-plugin.c: Except on WIN32, set the umask to 0077 before
diff --git a/Makefile.static b/Makefile.static
index 4c6f45a..3df5fe5 100644
--- a/Makefile.static
+++ b/Makefile.static
@@ -7,7 +7,7 @@ LIBGCRYPTDIR?=/usr/lib
 	# Link everything, including libotr and libgcrypt, together into
 	# a single .o file
 	ld -r  .libs/otr-plugin.o .libs/ui.o .libs/dialogs.o .libs/gtk-ui.o \
-		.libs/gtk-dialog.o $(LIBOTRDIR)/libotr.a \
+		.libs/gtk-dialog.o .libs/tooltipmenu.o $(LIBOTRDIR)/libotr.a \
 		$(LIBGCRYPTDIR)/libgcrypt.a $(LIBGCRYPTDIR)/libgpg-error.a \
 		-o .libs/pidgin-otr-shared.o
 	# Make all the libgcrypt references local to that .o file

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



More information about the Pkg-otr-team mailing list