File: Makefile.am

package info (click to toggle)
gnote 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,724 kB
  • ctags: 4,613
  • sloc: cpp: 31,096; sh: 11,231; ansic: 923; makefile: 720; xml: 152
file content (13 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

app_data_in_files = gnote.appdata.xml.in
app_data_files = $(app_data_in_files:.xml.in=.xml)

@INTLTOOL_XML_RULE@

appdatadir = $(datadir)/appdata
appdata_DATA = $(app_data_files)


EXTRA_DIST = $(app_data_in_files)

DISTCLEANFILES = $(app_data_files)