Rev 505 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 505 | Rev 507 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ## Process this file with automake to produce Makefile.in |
1 | ## Process this file with automake to produce Makefile.in |
2 | 2 | ||
3 | pixmapsdir = $(datarootdir)/@PACKAGE@/pixmaps |
3 | pixmapsdir = $(datarootdir)/pixmaps |
4 | pixmaps_DATA = din.desktop din.png din.svg |
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 | ||
5 | EXTRA_DIST = $(pixmaps_DATA) |
12 | EXTRA_DIST = $(pixmaps_DATA) $(apps_DATA) $(svg_DATA) |