gnome-control-center/capplets/Makefile.am
Federico Mena Quintero 4b224e4927 bgo#554263 - Allow compiling without the RANDR libraries
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-22 21:01:49 -06:00

31 lines
407 B
Makefile

SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
display \
keybindings \
keyboard \
mouse \
network \
windows
DIST_SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
keybindings \
keyboard \
mouse \
network \
windows \
display \
about-me
if BUILD_ABOUTME
SUBDIRS += about-me
endif
-include $(top_srcdir)/git.mk