[Pkg-privacy-commits] [pidgin-otr] 03/14: * Makefile.static: Forgot to add tooltipmenu.o to Makefile.static. Fixed.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:52:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to tag release_3_2_1
in repository pidgin-otr.
commit 8dbfe6c2037a0861619680ec0396fcbd2e9f4cc2
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 13a14cf..f7ec889 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-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list