Syncing to 0.8.1
[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 = \
7         gqview.desktop  \
8         gqview.png      \
9         gqview.spec.in
10
11 if HAVE_GNOME
12 desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
13 desktop_DATA = gqview.desktop
14
15 icondir = $(GNOME_DATADIR)/pixmaps
16 icon_DATA = gqview.png
17 endif
18
19 dist-hook: gqview.spec
20         cp $(top_builddir)/gqview.spec $(distdir)
21