Mercurial > geeqie
view Makefile.am @ 227:41fc4bfc8b25
Add a debug level spinner at the end of Preferences > Advanced.
One can now enable debug mode without restarting geeqie.
A possibility to disable all debugging code and related options
at compile time was added.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 17:15:49 +0000 |
parents | e3f10b6046ab |
children | 35991929975d |
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 = $(datadir)/doc/geeqie-$(VERSION) readme_DATA = README COPYING ChangeLog TODO 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)