view Makefile.am @ 9866:55fa45654879

[gaim-migrate @ 10745] eeing the closing note on this, I'm thinking that his entry in the COPYRIGHT file should be altered.A patch to this effect is attached. Cheers, John ----- Forwarded message from Bleeter Yaluser <gaim-devel@six-by-nine.com.au> +----- From: Bleeter Yaluser <gaim-devel@six-by-nine.com.au> Cc: gaim-devel@lists.sourceforge.net Subject: Re: [Gaim-devel] YIM6 Non-existant buddy icon workaround patch Date: Fri, 06 Aug 2004 08:33:46 +1000 ..... keeps saying 'wait for the privacy re-write' :( I suspect that's because he doesn't want more work for himself. Bleeter (AKA Peter Lawler, but for tax reasons I like to keep that kinda hidden) "--John B. Silvestri I think John is right, for copyright purposes we need a real name. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 11:51:08 +0000
parents 63f07fa577eb
children c398f55ce5c7
line wrap: on
line source

EXTRA_DIST = \
		COPYRIGHT \
		Doxyfile.in \
		gaim.pc.in \
		gaim.spec.in \
		gaim.desktop \
		gaim2blt.pl \
		gaim-installer.nsi \
		HACKING \
		PROGRAMMING_NOTES \
		licq2gaim.pl \
		setup-gettext \
		ChangeLog.win32 \
		config.h.mingw \
		Makefile.mingw \
		README.mingw \
		VERSION \
		VERSION.in \
		plugins/win32/transparency/Makefile.mingw \
		plugins/win32/transparency/win2ktrans.c \
		plugins/win32/winprefs/gtkappbar.c \
		plugins/win32/winprefs/gtkappbar.h \
		plugins/win32/winprefs/Makefile.mingw \
		plugins/win32/winprefs/winprefs.c \
		po/Makefile.mingw

gaimincludedir=$(includedir)/gaim
gaiminclude_HEADERS = config.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gaim.pc

dist-hook: gaim.spec
	cp gaim.spec $(distdir)

distcheck-hook: plugins/perl/common/Gaim.pm
#	cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common

appsdir = $(datadir)/applications
apps_DATA = gaim.desktop

SUBDIRS = doc intl pixmaps plugins po sounds src

docs: Doxyfile
	@doxygen