File: Makefile.am

package info (click to toggle)
exo 4.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,336 kB
  • sloc: ansic: 16,412; sh: 5,029; makefile: 350; xml: 233; perl: 103; sed: 16
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

pixmapsdir = $(datadir)/pixmaps/exo
pixmaps_DATA =								\
	exo-thumbnail-frame.png

EXTRA_DIST =								\
	$(pixmaps_DATA)

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: