File: Makefile.am

package info (click to toggle)
xfce4-places-plugin 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,272 kB
  • sloc: sh: 11,297; ansic: 3,137; makefile: 102
file content (21 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS =								\
	panel-plugin							\
	po

AUTOMAKE_OPTIONS =							\
	1.8								\
	dist-bzip2

distclean-local:
	rm -rf *.cache *~

EXTRA_DIST = 								\
	README								\
	intltool-extract.in						\
	intltool-merge.in						\
	intltool-update.in

DISTCLEANFILES =							\
	intltool-extract						\
	intltool-merge							\
	intltool-update