b1639793f4
* Integate the jabber transports into this port instead of having separate ports. Included are: aim-transport, conference, icq-transport irc-transport, jud, msn-transport and yahoo-transport. Note: The configuration file still needs updating for the new transports.
20 lines
520 B
Plaintext
20 lines
520 B
Plaintext
--- yahoo-transport/src/Makefile.in.orig Wed Feb 7 18:15:42 2001
|
|
+++ yahoo-transport/src/Makefile.in Sat Jun 16 14:17:47 2001
|
|
@@ -31,6 +31,7 @@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
+localinclude = /usr/local/include
|
|
|
|
DESTDIR =
|
|
|
|
@@ -72,7 +73,7 @@
|
|
|
|
CC = gcc
|
|
CFLAGS = -g -Wall -fPIC
|
|
-INCLUDES = -I$(JABBERD_INC) -I$(includedir) -I$(top_builddir)/include
|
|
+INCLUDES = -I$(JABBERD_INC) -I$(top_builddir)/include -I$(includedir) -I$(localinclude)
|
|
|
|
bin_PROGRAMS = yahootrans.so
|
|
|