1cd0a610c1
Galago is a desktop presence framework, designed to transmit presence information between programs. To put it in simpler terms, it takes information on who is online and their away/idle states from an instant messenger (such as gaim) or other similar programs and lets other programs (such as Ximian's Evolution) to make use of it. The advantage of such a framework is that it brings your programs closer together. When you receive an e-mail from a friend who is in your buddy list, you'll be able to immediately tell their online status, for example. feedback and ok ajactoutot@
13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/10/19 09:03:37 jasper Exp $
|
|
--- Makefile.in.orig Fri Oct 19 02:42:31 2007
|
|
+++ Makefile.in Fri Oct 19 02:42:41 2007
|
|
@@ -229,7 +229,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = autopackage intl libgalago docs m4 po tests
|
|
+SUBDIRS = intl libgalago docs m4 po tests
|
|
pcdata_DATA = libgalago.pc
|
|
pcdatadir = $(libdir)/pkgconfig
|
|
EXTRA_DIST = \
|