view Makefile.am @ 746:9cf7d61a2e7f

Add -Wstrict-prototypes to gcc options only in developer mode since it clutters the compilation log with unfixable warnings. Add -Wall in developer mode to display even more warnings. Fix display of --enable-deprecated at end of configure (yes and no were inversed).
author zas_
date Fri, 23 May 2008 15:07:30 +0000
parents bf9c9e37adf4
children e0e12512cde2
line wrap: on
line source

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

SUBDIRS = src po doc
DIST_SUBDIRS = src po doc

man_MANS = geeqie.1

readmedir = @readmedir@
readme_DATA = README COPYING ChangeLog TODO README.lirc

desktopdir = $(datadir)/applications
desktop_DATA = geeqie.desktop

icondir = $(datadir)/pixmaps
icon_DATA = geeqie.png

EXTRA_DIST = \
	$(readme_DATA)	\
	$(desktop_DATA)	\
	$(icon_DATA)	\
	geeqie.spec.in	\
	geeqie.1

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