File: Makefile.am

package info (click to toggle)
balsa 2.3.0-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 17,528 kB
  • ctags: 6,644
  • sloc: ansic: 71,107; sh: 10,979; xml: 4,363; makefile: 445; awk: 60
file content (25 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUBDIRS = mimetypes 16x16 24x24

# balsa_logo.png used by About menu (small one).
# balsa-logo.png used by the init-druid
balsa_IMGS = \
	attachment.png		\
	balsa-logo.png		\
	balsa-top.png		\
	balsa-watermark.png	\
	balsa_icon.png		\
	balsa_logo.png

EXTRA_DIST =	$(balsa_IMGS)

balsabitmapsdir = $(BALSA_DATA_PREFIX)/pixmaps

balsabitmaps_DATA = $(balsa_IMGS)

# the call to $(GTK_UPDATE_ICON_CACHE) updates the icon cache for the icons
# installed in $(SUBDIRS) (Gtk+-2.6)
install-data-hook:
	if test -n "$(GTK_UPDATE_ICON_CACHE)" ; then                    \
		$(GTK_UPDATE_ICON_CACHE) $(BALSA_DATA_PREFIX)/hicolor ; \
		$(GTK_UPDATE_ICON_CACHE) $(HICOLOR_ICON_DIR) ;          \
	fi