view src/protocols/icq/Makefile.am @ 6160:7416a43dc786

[gaim-migrate @ 6635] Hold it.. Nobody said anything about _three_ books. Oh that stinkin' wise man. He was so busy filling me full of his secret little workds and his phrases and his BALONEY that he never said anything about this... committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 16 Jul 2003 22:43:27 +0000
parents 59751fe608c5
children 2e23ccbccdec
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)/src \
	$(DEBUG_CFLAGS)