Mercurial > geeqie
annotate plugins/ufraw/Makefile.am @ 1791:9a20074dbd8f
Fix osd zoom level refreshing (it was broken since some times).
author | zas_ |
---|---|
date | Sun, 17 Jan 2010 13:34:48 +0000 |
parents | 22ec11cc989c |
children |
rev | line source |
---|---|
1694
22ec11cc989c
make sure that automake and config.h uses the same installation paths
nadvornik
parents:
1684
diff
changeset
|
1 dist_gq_bin_SCRIPTS = geeqie-ufraw |
1651 | 2 |
1694
22ec11cc989c
make sure that automake and config.h uses the same installation paths
nadvornik
parents:
1684
diff
changeset
|
3 gq_desktopdir = $(appdir)/applications |
1670
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
4 gq_desktop_in_files = geeqie-ufraw-recursive.desktop.in \ |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
5 geeqie-ufraw.desktop.in \ |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
6 geeqie-ufraw-id.desktop.in |
2239dc484435
added command for editing ufraw id file, changed menu location
nadvornik
parents:
1651
diff
changeset
|
7 |
1651 | 8 gq_desktop_DATA = $(gq_desktop_in_files:.desktop.in=.desktop) |
9 @INTLTOOL_DESKTOP_RULE@ | |
10 | |
1684 | 11 EXTRA_DIST = $(gq_desktop_DATA) $(gq_desktop_in_files) |
1651 | 12 |