gnome-control-center/panels/Makefile.am
Giovanni Campagna e8cd35edce notifications: Add panel
Show applications using the message tray, and
allow configuring in what way the shell presents them.

The set of applications shown include all applications that ever
showed a notification in gnome-shell and all applications that have
a boolean X-GNOME-UsesNotifications key set to true in their desktop file.

https://bugzilla.gnome.org/show_bug.cgi?id=685928
2012-12-20 09:25:22 +01:00

37 lines
431 B
Makefile

SUBDIRS= \
common \
background \
screen \
power \
color \
display \
mouse \
notifications \
online-accounts \
region \
info \
sound \
keyboard \
universal-access \
user-accounts \
datetime \
search \
privacy
if BUILD_WACOM
SUBDIRS += wacom
endif
if BUILD_PRINTERS
SUBDIRS += printers
endif
if BUILD_NETWORK
SUBDIRS += network
endif
if BUILD_BLUETOOTH
SUBDIRS += bluetooth
endif
-include $(top_srcdir)/git.mk