File: Makefile.am

package info (click to toggle)
thunar 1.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,736 kB
  • sloc: ansic: 59,244; sh: 11,164; xml: 1,932; makefile: 1,208; python: 41
file content (10 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# $Id$

pixmapsdir = $(datadir)/pixmaps/Thunar
pixmaps_DATA =								\
	Thunar-about-logo.png

EXTRA_DIST =								\
	$(pixmaps_DATA)

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