comparison Makefile.am @ 14191:009db0b357b5

This is a hand-crafted commit to migrate across subversion revisions 16854:16861, due to some vagaries of the way the original renames were done. Witness that monotone can do in one revision what svn had to spread across several.
author Ethan Blanton <elb@pidgin.im>
date Sat, 16 Dec 2006 04:59:55 +0000
parents 40c5d0508a1a
children 60b1bc8dbf37
comparison
equal deleted inserted replaced
14190:366be2ce35a7 14191:009db0b357b5
46 appsdir = $(datadir)/applications 46 appsdir = $(datadir)/applications
47 apps_in_files = gaim.desktop.in 47 apps_in_files = gaim.desktop.in
48 apps_DATA = $(apps_in_files:.desktop.in=.desktop) 48 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
49 @INTLTOOL_DESKTOP_RULE@ 49 @INTLTOOL_DESKTOP_RULE@
50 50
51 SUBDIRS = doc m4macros pixmaps plugins po sounds src 51 if ENABLE_GTK
52 GTK_DIR=gtk
53 endif
54
55 if ENABLE_GNT
56 GNT_DIR=console
57 endif
58
59 SUBDIRS = core doc $(GNT_DIR) $(GTK_DIR) m4macros po
52 60
53 docs: Doxyfile 61 docs: Doxyfile
54 if HAVE_DOXYGEN 62 if HAVE_DOXYGEN
55 @echo "Running doxygen..." 63 @echo "Running doxygen..."
56 @doxygen 64 @doxygen