File: Makefile.am

package info (click to toggle)
totem 3.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,708 kB
  • ctags: 4,289
  • sloc: ansic: 31,547; sh: 15,805; xml: 1,248; makefile: 1,188; python: 1,180
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# AppData
@APPDATA_XML_RULES@
@INTLTOOL_XML_RULE@

appdata_in_files = org.gnome.Totem.appdata.xml.in
appdata_XML = $(appdata_in_files:.xml.in=.xml)

EXTRA_DIST = $(appdata_in_files)
CLEANFILES = $(appdata_XML)