view plugins/icq/Makefile.am @ 1432:4c510ca3563f

[gaim-migrate @ 1442] icqlib 1.1.5 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 01:52:27 +0000
parents 0a766047b4fd
children 0ef6603d986e
line wrap: on
line source

CFLAGS += -I\$(top_srcdir)/src $(DEBUG_CFLAGS)
LIBS = $(GTK_LIBS)

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

pkgdir = $(libdir)/gaim
pkg_LTLIBRARIES = libgaimicq.la

libgaimicq_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 \
			udp.c \
			udp.h \
			udphandle.c \
			util.c \
			util.h \
			gaim_icq.c