view Makefile.am @ 5:fe4dc2bef842

Broke the configure script on purpose, Added files to note that: THIS_CVS_IS_NOT_UP_TO_DATE
author gqview
date Tue, 19 Sep 2000 15:04:17 +0000
parents e149abcda4eb
children e0d0593d519e
line wrap: on
line source

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

SUBDIRS = src intl po
DIST_SUBDIRS = src intl po

EXTRA_DIST = \
	gqview.desktop	\
	gqview.png	\
	gqview.spec.in

if HAVE_GNOME
desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
desktop_DATA = gqview.desktop

icondir = $(GNOME_DATADIR)/pixmaps
icon_DATA = gqview.png
endif

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