comparison Makefile.am @ 11147:616feca04ada

[gaim-migrate @ 13226] I started this a long time ago, and decided to finish it. This adds a AM_PATH_GAIM macro to aclocal. Very useful for plugin developers. It works alright so far, but isn't tolerant of an non major.minor.micro version being passed to it. I'm still considering moving the meat of this to a compile test, but this will do it for now. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 23 Jul 2005 20:28:17 +0000
parents ed397b13f4d7
children f8cd06753755
comparison
equal deleted inserted replaced
11146:1c5398ccbeb0 11147:616feca04ada
36 # cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common 36 # cp plugins/perl/common/Gaim.pm $(distdir)/plugins/perl/common
37 37
38 appsdir = $(datadir)/applications 38 appsdir = $(datadir)/applications
39 apps_DATA = gaim.desktop 39 apps_DATA = gaim.desktop
40 40
41 SUBDIRS = doc intl pixmaps plugins po sounds src 41 SUBDIRS = doc intl m4macros pixmaps plugins po sounds src
42 42
43 docs: Doxyfile 43 docs: Doxyfile
44 if HAVE_DOXYGEN 44 if HAVE_DOXYGEN
45 @echo "Running doxygen..." 45 @echo "Running doxygen..."
46 @doxygen 46 @doxygen