Subversion Repositories DIN Is Noise

Rev

Rev 505 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
505 jag 1
## Process this file with automake to produce Makefile.in
2
 
507 jag 3
pixmapsdir = $(datarootdir)/pixmaps
4
pixmaps_DATA = din.png
5
 
6
appsdir = $(datarootdir)/applications
7
apps_DATA = din.desktop
8
 
9
svgdir = $(datarootdir)/icons/hicolor/scalable/apps
10
svg_DATA = din.svg
11
 
12
EXTRA_DIST = $(pixmaps_DATA) $(apps_DATA) $(svg_DATA)