view src/protocols/icq/Makefile.am @ 8351:ffa642240fc1

[gaim-migrate @ 9075] marv is incredibly patient, waiting a long time for this to go in you should all be using Jabber for file transfer anyway, but if you're still stuck in the stone age, now you can transfer files via IRC committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 27 Feb 2004 01:45:26 +0000
parents eb3356588ef5
children
line wrap: on
line source

EXTRA_DIST = \
	AUTHORS \
	COPYING \
	ChangeLog \
	INSTALL \
	README \
	VERSION

pkgdir = $(libdir)/gaim

ICQSOURCES = \
	chatsession.c \
	chatsession.h \
	contacts.c \
	contacts.h \
	cyrillic.c \
	eventhandle.c \
	eventhandle.h \
	filesession.c \
	filesession.h \
	icq.h \
	icqbyteorder.c \
	icqbyteorder.h \
	icqevent.c \
	icqevent.h \
	icqlib.c \
	icqlib.h \
	icqpacket.c \
	icqpacket.h \
	icqtypes.h \
	list.c \
	list.h \
	proxy.c \
	queue.c \
	queue.h \
	socketmanager.c \
	socketmanager.h \
	stdpackets.c \
	stdpackets.h \
	tcp.c \
	tcp.h \
	tcpchathandle.c \
	tcpfilehandle.c \
	tcphandle.c \
	tcplink.c \
	tcplink.h \
	timeout.c \
	timeout.h \
	udp.c \
	udp.h \
	udphandle.c \
	util.c \
	util.h \
	gaim_icq.c

AM_CFLAGS = $(st)

libicq_la_LDFLAGS =	-module -avoid-version

st =
pkg_LTLIBRARIES = libicq.la

libicq_la_SOURCES =	$(ICQSOURCES)

AM_CPPFLAGS = \
	-I$(top_srcdir)c \
	-I$(top_srcdir)/src \
	$(DEBUG_CFLAGS) \
	$(GLIB_CFLAGS)