gnome-control-center/panels/Makefile.am
Bastien Nocera 8074a31d5e printers: Make panel required on all platforms
All the free Unix-compatible platforms we support have CUPS support, so
require it from the get-go.
2017-02-08 20:08:20 +01:00

34 lines
399 B
Makefile

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