view Makefile.am @ 682:54980ddfe1ce

Memorize text to display in the log window when the window is not yet created. On log window display, the memorized text is then recalled and displayed.
author zas_
date Sun, 18 May 2008 11:39:58 +0000
parents bf9c9e37adf4
children e0e12512cde2
line wrap: on
line source

## Process this file with automake to produce Makefile.in.

SUBDIRS = src po doc
DIST_SUBDIRS = src po doc

man_MANS = geeqie.1

readmedir = @readmedir@
readme_DATA = README COPYING ChangeLog TODO README.lirc

desktopdir = $(datadir)/applications
desktop_DATA = geeqie.desktop

icondir = $(datadir)/pixmaps
icon_DATA = geeqie.png

EXTRA_DIST = \
	$(readme_DATA)	\
	$(desktop_DATA)	\
	$(icon_DATA)	\
	geeqie.spec.in	\
	geeqie.1

dist-hook: geeqie.spec
	cp $(top_builddir)/geeqie.spec $(distdir)