gnome-control-center/capplets/Makefile.am
Thomas Wood 5e24f0464d network: convert network capplet to a settings panel
Add a module and CcPanel implementation for network proxy settings
2010-05-22 14:52:24 +01:00

25 lines
333 B
Makefile

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