[OTR-dev] A bug in Makefile.am pidgin-otr 3.0.1

Rick Ju Rick.Ju at Sun.COM
Thu May 31 22:15:36 EDT 2007


It is an easy one.  And it only happens when people bother to run automake.


patches/pidgin-otr-03-makefile.diff
--- pidgin-otr/Makefile.am      2007-05-29 14:09:20.189688000 +0800
+++ pidgin-otr-my/Makefile.am   2007-05-29 14:09:06.814341000 +0800
@@ -6,9 +6,9 @@
 
 plugin_LTLIBRARIES=    pidgin-otr.la
 
-gaim_otr_la_SOURCES=           otr-plugin.c ui.c dialogs.c gtk-ui.c gtk-dialog.c
-gaim_otr_la_LDFLAGS=           -module -avoid-version
-gaim_otr_la_LDFLAGS+=  @LIBGCRYPT_LIBS@ @LIBOTR_LIBS@
+pidgin_otr_la_SOURCES=         otr-plugin.c ui.c dialogs.c gtk-ui.c gtk-dialog.c
+pidgin_otr_la_LDFLAGS=         -module -avoid-version
+pidgin_otr_la_LDFLAGS+=        @LIBGCRYPT_LIBS@ @LIBOTR_LIBS@
 
 EXTRA_DIST=            dialogs.h gtk-dialog.h gtk-ui.h otr-plugin.h ui.h \
                        Makefile.mingw packaging






More information about the OTR-dev mailing list