view src/protocols/icq/Makefile.am @ 9296:7b08b98d8278

[gaim-migrate @ 10099] The Gnome HIG suggests this for all applications, and "we're waiting for the f.d.o desktop entry spec to catch up." I'm hoping that means the Gnome HIG and f.d.o. people both agree on handing it this way (his statement isn't exactly clear). See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125847 for the whole bug report. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 22:13:05 +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)