File: Makefile.am

package info (click to toggle)
cinnamon-settings-daemon 2.2.4.repack-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 14,864 kB
  • sloc: ansic: 46,046; makefile: 1,693; xml: 245; sh: 58; python: 21
file content (25 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NULL =

SUBDIRS = 			\
	cinnamon-settings-daemon	\
	plugins			\
	data			\
	po 			\
	$(NULL)

if ENABLE_MAN
SUBDIRS += man
endif

# Honor aclocal flags
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

EXTRA_DIST = \
	MAINTAINERS		\
	ChangeLog		\
	README			\
	autogen.sh \
	$(NULL)

DISTCLEANFILES = \
	$(NULL)