Mercurial > geeqie.yaz
view Makefile.am @ 318:b16b9b8979e5
Add a new struct ConfOptions to handle options.
Changes were made among the code to use only one global var
named "options" of type ConfOptions *.
Initialization takes place in new init_options().
author | zas_ |
---|---|
date | Fri, 11 Apr 2008 22:14:36 +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)