gnome-control-center/panels/Makefile.am
Bastien Nocera 930540ea28 user-accounts: Move gdm-languages to common/
Move gdm-languages and some of the helper functions to common/,
so that we can share it with the region panel.
2011-01-24 18:10:10 +00:00

22 lines
256 B
Makefile

SUBDIRS= \
common \
background \
screen \
power \
display \
media \
mouse \
region \
network \
info \
sound \
keyboard \
universal-access \
user-accounts \
datetime
if BUILD_PRINTERS
SUBDIRS += printers
endif
-include $(top_srcdir)/git.mk