Move gdm-languages and some of the helper functions to common/, so that we can share it with the region panel.
22 lines
256 B
Makefile
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
|