diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 |
commit | 2d3786309780c22628c7e9d9ce4d6db97c437026 (patch) | |
tree | b0705e10a7d8b77216cde0c757447b1234f9d095 /data/appdata/Makefile.am | |
parent | 7180d98f3a1b400efb6060e88d9f27bdc24184bf (diff) | |
parent | 53ff7b09f2995edfbd52b9789fe2dfe015e6c4a3 (diff) |
Merge tag 'upstream/3.17.1.1'
Upstream version 3.17.1.1
Diffstat (limited to 'data/appdata/Makefile.am')
-rw-r--r-- | data/appdata/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am new file mode 100644 index 0000000..4726d69 --- /dev/null +++ b/data/appdata/Makefile.am @@ -0,0 +1,9 @@ +appdatadir = $(datadir)/appdata +appdata_DATA = simple-scan.appdata.xml +@INTLTOOL_XML_RULE@ + +EXTRA_DIST = simple-scan.appdata.xml.in + +DISTCLEANFILES = \ + Makefile.in \ + $(appdata_DATA) |