48b1d0b465
from brad
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-libpurple_protocols_gg_Makefile_am,v 1.2 2008/12/27 20:48:00 steven Exp $
|
|
--- libpurple/protocols/gg/Makefile.am.orig Sat Dec 20 19:38:16 2008
|
|
+++ libpurple/protocols/gg/Makefile.am Sun Dec 21 23:49:42 2008
|
|
@@ -62,7 +62,7 @@ else
|
|
st = $(GADU_CFLAGS)
|
|
pkg_LTLIBRARIES = libgg.la
|
|
libgg_la_SOURCES = $(GGSOURCES)
|
|
-libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS)
|
|
+libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS) $(LIBGADU_LIBS)
|
|
|
|
endif
|
|
|