File: Makefile.am

package info (click to toggle)
libunity 7.1.4%2B19.04.20190319-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,636 kB
  • sloc: makefile: 704; python: 399; ansic: 141; sh: 9; xml: 7
file content (26 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
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
26
NULL=

#############################################################
# GSettings schemas
#############################################################
gsettings_SCHEMAS = com.canonical.Unity.Lenses.gschema.xml

PKGDATADIR=$(datadir)/unity

@GSETTINGS_RULES@

@INTLTOOL_XML_NOMERGE_RULE@

EXTRA_DIST = \
  client-scopes.json \
  client-scopes-phone.json \
  com.canonical.Unity.Lenses.gschema.xml.in.in \
  $(NULL)

jsonscopedir = $(PKGDATADIR)
jsonscope_DATA = client-scopes.json client-scopes-phone.json

CLEANFILES = \
  gschemas.compiled \
  $(gsettings_SCHEMAS)