gnome-control-center/panels/Makefile.am
Matthias Clasen b8d5bb1a4a Add a privacy panel
This adds a panel where we present information and controls
affecting the users privacy. This initial commit just puts
the framework in place, the panel itself is empty.

https://bugzilla.gnome.org/show_bug.cgi?id=687774
2012-12-03 11:03:47 +01:00

36 lines
414 B
Makefile

SUBDIRS= \
common \
background \
screen \
power \
color \
display \
mouse \
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