view Makefile.am @ 5976:7cce6643c51e

[gaim-migrate @ 6423] This gets rid of a lot of ngettext cast-related warnings when compiling with --disable-nls. I was actually going to use a #define similar to the one in this commit, but then I did some digging and found one with a ternary operator, which I hadn't thought of. It's pretty slick, methinks. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 30 Jun 2003 01:13:35 +0000
parents 2c9de5ae24a0
children ab85ce2a8d78
line wrap: on
line source

EXTRA_DIST = \
	gaim.spec.in gaim.desktop \
	Doxyfile.in \
	HACKING \
	gaim2blt.pl licq2gaim.pl setup-gettext

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

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

SUBDIRS = sounds plugins pixmaps doc po intl src

docs: Doxyfile.in
	@doxygen