File: Makefile.am

package info (click to toggle)
gtkhash 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,488 kB
  • ctags: 867
  • sloc: sh: 11,508; ansic: 5,823; xml: 1,318; makefile: 197
file content (12 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
nautilusdir = $(pkgdatadir)/nautilus
nautilus_DATA = gtkhash-properties.xml.gz

gsettings_SCHEMAS = app.gtkhash-properties.gschema.xml
EXTRA_DIST = gtkhash-properties.xml $(gsettings_SCHEMAS)
CLEANFILES = $(nautilus_DATA)

gtkhash-properties.xml.gz: gtkhash-properties.xml
	$(AM_V_GEN) gzip -n -c9 $< > $@

@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@