comparison gtk/plugins/Makefile.am @ 14266:63ef6342db05

[gaim-migrate @ 16948] * Initial commit of the Contact Availability Prediction plugin * Located in trunk/gtk/plugins/cap * Check README for further information and requirements for build committer: Tailor Script <tailor@pidgin.im>
author Geoff Foster <g-off_>
date Mon, 21 Aug 2006 07:44:31 +0000
parents 60b1bc8dbf37
children eeca8be382a5
comparison
equal deleted inserted replaced
14265:584cbd1628d0 14266:63ef6342db05
1 DIST_SUBDIRS = docklet gevolution gestures musicmessaging ticker 1 DIST_SUBDIRS = cap docklet gevolution gestures musicmessaging ticker
2 2
3 if BUILD_GEVOLUTION 3 if BUILD_GEVOLUTION
4 GEVOLUTION_DIR = gevolution 4 GEVOLUTION_DIR = gevolution
5 endif 5 endif
6 6
7 if ENABLE_DBUS 7 if ENABLE_DBUS
8 MUSICMESSAGING_DIR = musicmessaging 8 MUSICMESSAGING_DIR = musicmessaging
9 endif 9 endif
10 10
11 if ENABLE_CAP
12 CAP_DIR = cap
13 endif
14
11 SUBDIRS = \ 15 SUBDIRS = \
16 $(CAP_DIR) \
12 docklet \ 17 docklet \
13 $(GEVOLUTION_DIR) \ 18 $(GEVOLUTION_DIR) \
14 gestures \ 19 gestures \
15 $(MUSICMESSAGING_DIR) \ 20 $(MUSICMESSAGING_DIR) \
16 ticker 21 ticker