File: Makefile.am

package info (click to toggle)
xfce4-settings 4.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,808 kB
  • sloc: ansic: 46,850; sh: 5,532; makefile: 1,129; xml: 555; python: 111; sed: 16
file content (20 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS = \
	appearance-settings \
	mime-settings

if ENABLE_X11
SUBDIRS += \
	accessibility-settings \
	keyboard-settings \
	mouse-settings
endif

if ENABLE_DISPLAY_SETTINGS
SUBDIRS += \
	display-settings
endif

if HAVE_COLORD
SUBDIRS += \
	color-settings
endif