File: Makefile.am

package info (click to toggle)
gnoemoe 2.2.0%2Bdfsg-2.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,024 kB
  • sloc: ansic: 23,956; sh: 8,882; ruby: 300; makefile: 174; xml: 86
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = userlist ice-userlist tray

icondir = $(datadir)/pixmaps
icon_DATA = gnoemoe-logo.svg

pixmapsdir = $(pkgdatadir)/pixmaps
pixmaps_DATA = editor.xpm \
               editor_text.xpm \
               editor_verb.xpm \
               gnoemoe_logo.svg \
               saveclose.xpm \
               terminal.png \
               world.svg \
	           world_activity.svg

EXTRA_DIST = $(pixmaps_DATA) $(icon_DATA)