File: Makefile.am

package info (click to toggle)
devilspie 0.23-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,100 kB
  • sloc: ansic: 2,392; sh: 1,166; makefile: 58
file content (15 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = po src tests

ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

man_MANS = devilspie.1

EXTRA_DIST = \
	devilspie.spec.in devilspie.spec \
	$(man_MANS)

INTLTOOL_BUILT = \
	intltool-extract \
	intltool-merge \
	intltool-update
DISTCLEANFILES = $(INTLTOOL_BUILT)