aboutsummaryrefslogtreecommitdiffstats
path: root/applets/Makefile.am
blob: 5184c84bc49006453f6eeafb3c458d36aa94eb88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = brightness clock exit launcher notify systray showdesktop windowselector

if HAVE_BATTERY
  SUBDIRS += battery
endif

if HAVE_LIBSN
  SUBDIRS += startup
if HAVE_DBUS
  SUBDIRS += startup-notify
endif
endif

-include $(top_srcdir)/git.mk