File: Makefile.am

package info (click to toggle)
din 56-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,408 kB
  • sloc: cpp: 36,891; ansic: 2,767; tcl: 1,661; sh: 1,357; makefile: 34
file content (12 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

pixmapsdir = $(datarootdir)/pixmaps
pixmaps_DATA = din.png

appsdir = $(datarootdir)/applications
apps_DATA = din.desktop

svgdir = $(datarootdir)/icons/hicolor/scalable/apps
svg_DATA = din.svg

EXTRA_DIST = $(pixmaps_DATA) $(apps_DATA) $(svg_DATA)