view src/protocols/icq/Makefile.am @ 3511:7e1c6c16dd41

[gaim-migrate @ 3583] a notify.so fix from deryni. Also, I added some code so that when IRC tells you your nick is already in use, it will ask you to enter a new one rather than just wait to get kicked off. Of course, I didn't test it all, and because I suck, it doesn't work. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 15 Sep 2002 03:40:48 +0000
parents e9a89676d120
children 59751fe608c5
line wrap: on
line source

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

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
libicq_la_LDFLAGS =	-module -avoid-version

st =
pkg_LTLIBRARIES = libicq.la
noinst_LIBRARIES =

libicq_la_SOURCES =	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