Initial revision
[geeqie.git] / Makefile.am
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