Mercurial > geeqie
annotate Makefile.am @ 50:3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
* README: Update credits.
Apply fix from Daniel M. German:
* format_canon.c (canon_read_int): Fixed error which caused a
segfault under OS X. It was a casting a number as a 32
bit, when it was 16. it works in little endian, but not in big
endian machines.
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
##### an offical release when making enhancements and translation updates. #####
author | gqview |
---|---|
date | Sat, 04 Jun 2005 08:06:47 +0000 |
parents | e0d0593d519e |
children | e3f10b6046ab |
rev | line source |
---|---|
1 | 1 ## Process this file with automake to produce Makefile.in. |
2 | |
8 | 3 SUBDIRS = src po doc |
4 DIST_SUBDIRS = src po doc | |
5 | |
6 man_MANS = gqview.1 | |
7 | |
8 readmedir = $(datadir)/doc/gqview-$(VERSION) | |
9 readme_DATA = README COPYING ChangeLog TODO | |
10 | |
11 desktopdir = $(datadir)/applications | |
12 desktop_DATA = gqview.desktop | |
13 | |
14 icondir = $(datadir)/pixmaps | |
15 icon_DATA = gqview.png | |
1 | 16 |
4 | 17 EXTRA_DIST = \ |
8 | 18 $(readme_DATA) \ |
19 $(desktop_DATA) \ | |
20 $(icon_DATA) \ | |
21 gqview.spec.in \ | |
22 gqview.1 | |
1 | 23 |
4 | 24 dist-hook: gqview.spec |
25 cp $(top_builddir)/gqview.spec $(distdir) | |
26 | |
8 | 27 |