view Makefile.am @ 374:a264519f1c21

Fix a bug that was here since a long time, buf has nothing to do with options->layout.order, so compare it to l_conf instead. It fixes refreshing of files and directories lists when changing filtering options.
author zas_
date Tue, 15 Apr 2008 20:46:14 +0000
parents e3f10b6046ab
children 35991929975d
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 = $(datadir)/doc/geeqie-$(VERSION)
readme_DATA = README COPYING ChangeLog TODO

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)