comparison Makefile.am @ 1:b3e0e515fabf

Initial revision
author gqview
date Mon, 03 Apr 2000 18:24:05 +0000
parents
children e149abcda4eb
comparison
equal deleted inserted replaced
0:513c7c01b50c 1:b3e0e515fabf
1 ## Process this file with automake to produce Makefile.in.
2
3 SUBDIRS = src intl po
4 DIST_SUBDIRS = src intl po
5
6 EXTRA_DIST = gqview.desktop gqview.png gqview.spec BUGS ChangeLog
7
8 if HAVE_GNOME
9 desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
10 desktop_DATA = gqview.desktop
11
12 icondir = $(GNOME_DATADIR)/pixmaps
13 icon_DATA = gqview.png
14 endif
15